Releases: silinternational/postgresql-backup-restore-fs
Releases · silinternational/postgresql-backup-restore-fs
GHCR image push-postgresql-backup-restore
What's Changed
- GHCR image push-postgresql-backup-restore-fs by @Praveenraj-K in #5
New Contributors
- @Praveenraj-K made their first contribution in #5
Full Changelog: 1.2.1...1.2.2
1.2.1 - Use current DB owner during restore
Changes
- Find and use the current database owner when dropping the database during a restore operation. PostgreSQL requires the user executing a
DROP DATABASE
statement to be the database owner. PostgreSQL databases are initially owned by the userpostgres
before the ownership is set to the DB user. Restoring data to a brand new database requires a different user than restoring to an existing database.
Postgres 14 & Build with GitHub Actions
What's Changed
- Switch to GitHub Actions & Upgrade to Postgres 14 by @devon-sil in #3
Full Changelog: 1.1.0...1.2.0
Use $DB_USER when dropping the database
Merge pull request #2 from silinternational/develop Develop
Initial release
Merge pull request #1 from silinternational/develop Develop