pg_dump
pg_dump
with your RDS credentials to export your Render database to a file (e.g., rds_dump.sql
).pg_restore
psql
to import the RDS 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.