-
Notifications
You must be signed in to change notification settings - Fork 0
DB backups
Jasper edited this page Oct 27, 2019
·
3 revisions
On all projects added CRON job for creating DB dump. DB dumps placed on GCP. In GCP find Storage and click on Browser. Click on the storage. You can see list of DB dumps.
For decrease costs, you can delete old, not needed backups.
To dump a database, make sure to explicitly enter localhost on dev (not sure why this is needed)
mongodump -h 127.0.0.1 -d dollarstreet -u [username] -p [password]