You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the readme only explains how to log in as a postgres user, but how is it possible to dump the data? (ie. how to export a dump.sql file on host machine?)
Currently the readme only explains how to log in as a postgres user, but how is it possible to dump the data? (ie. how to export a
dump.sql
file on host machine?)This is what I found on stackoverflow:
backup psql:
restore psql:
but I think it still needs a few minor tweaks to work: backup-restore-a-dockerized-postgresql-database
The text was updated successfully, but these errors were encountered: