diff --git a/README.md b/README.md index b24f8f8df..e988fa1ce 100644 --- a/README.md +++ b/README.md @@ -110,10 +110,9 @@ Note: This is only useful if you have access to a production running on Render.c 1. Access "Shell" tab 2. `cd /var/data` -3. `sqlite3 db.sqlite3` then inside sqlite3 CLI `.output dump`, `.dump` & `.quit` -4. `wormhole send dump` +3. `cp db.sqlite3 db-copy.sqlite3` +4. `wormhole send db-copy.sqlite3` 5. On the receiver computer use the command shown. -6. `sqlite3 db-prod.sqlite3 < dump` on the receiver computer. ### Add a new weapon