-
Notifications
You must be signed in to change notification settings - Fork 2
DB Server
cs329yangzhong edited this page Nov 9, 2017
·
1 revision
Before we added data to the PostgreSQL server, we had our own SQLite servers on our localhost to test on.
We also created one backup of the database in our google cloud storage. In the event that something happened to our server or database, we can easily recover the data. There is also an option to make back-ups periodically (say once a week or once a day). This is good if you're database is getting updated periodically. However, ours does not so we only created one back up.
IDB-2 version