PSQL_COMMAND=
.
pg_dump
pg_dump
with your Render credentials to export your Render database to a file (e.g.,render_dump.sql
).pg_restore
psql
to import the Render database file to your Hydra project.--schema=PATTERN
parameter to your pg_dump
command.
--exclude-schema=PATTERN
.
--table=PATTERN
.
--exclude-table=PATTERN
.
pg_dump --help
for a full list of options.