PostgreSQL
How to backup and recover Bindplane when using PostgreSQL
Tooling
Prerequisites
Backup
pg_dump --file bindplane-$(date '+%Y-%m-%d_%H:%M:%S').pgsql --dbname bindplanesudo -u postgres pg_dump --file bindplane-$(date '+%Y-%m-%d_%H:%M:%S').pgsql --dbname bindplaneRestore
Last updated
Was this helpful?