pg_dump {{database}} > ~/workspace/.postgres.sql;
psql {{database}} < ~/workspace/.postgres.sql;
pg_dump
command in a terminal tab (pg_dump {{database}} > ~/workspace/.postgres.sql;
) to create a backup. Click Save in the top right corner of the window and the current database state will be restored by the startup script the first time a learner loads the content.