···143143 - Exit the remote console (CTRL+D)
1441441. Download the database and test it with your local instance
145145 - `rm -rf data/db.*` (careful, this wipe the database files locally)
146146- - `fly sftp get data/db.sqlite3 data/db.sqlite3` (and puts the downloaded backup in place)
146146+ - `fly sftp get data/db.sqlite3 data/backup-db.sqlite3` (and puts the downloaded backup in place)
147147148148To 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).
149149