Files
dokku-postgres/docs/export.md
2021-09-13 03:27:29 -04:00

200 B

Note that the export will result in a file containing the binary postgres export data. It can be converted to plain text using pg_restore as follows

pg_restore data.dump -f plain.sql.