[READ-ONLY] Mirror of https://github.com/mrgnw/editable-cv.
0

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+1 -1
+1 -1
README.md
··· 143 143 - Exit the remote console (CTRL+D) 144 144 1. Download the database and test it with your local instance 145 145 - `rm -rf data/db.*` (careful, this wipe the database files locally) 146 - - `fly sftp get data/db.sqlite3 data/db.sqlite3` (and puts the downloaded backup in place) 146 + - `fly sftp get data/db.sqlite3 data/backup-db.sqlite3` (and puts the downloaded backup in place) 147 147 148 148 To restore a backup in production, you need to be a bit careful and follow these steps (your site could be down for a few minutes during the restore). 149 149