OurBigBook
Save the psql database state as per stackoverflow.com/questions/37984733/postgresql-database-export-to-sql-file with our web/bin/pg_dump helper:
web/bin/pg_dump tmp.dump
Then to restore it later with web/bin/pg_restore:
web/bin/pg_restore tmp.dump
stackoverflow.com/questions/2732474/restore-a-postgres-backup-file-using-the-command-line

Ancestors

  1. OurBigBook Web PostgreSQL utils
  2. OurBigBook Web PostgreSQL
  3. OurBigBook Web development
  4. OurBigBook Web
  5. OurBigBook Project