mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix prod database downloda instructions
This commit is contained in:
parent
977416aca0
commit
8e8667c2f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user