### Dump [pg_dump manual](https://www.postgresql.org/docs/current/app-pgdump.html) Run within the database container `pg_dump -U > dump.sql` ### Restore [psql manual](https://www.postgresql.org/docs/current/app-psql.html) Create database and run `psql -U < dump.sql`