Database backups =============== The current process for backing up the Seshat database is as follows: 1. ssh into the server hosting the database e.g. `seshat-db.com` (see `websites `_): .. code-block:: bash ssh user@server 2. Create a dumpfile backup of the PostgreSQL database, where `` is the name of the database and `` is the current date: .. code-block:: bash pg_dump -U postgres -d > backup_.dump 3. Download the dumpfile to your local machine: .. code-block:: bash scp user@server:/path/to/backup_.dump /path/to/backup_.dump 4. Upload the dumpfile to this `google drive folder `_.