Skip to content

Releases: silinternational/postgresql-backup-restore-fs

GHCR image push-postgresql-backup-restore

08 Oct 07:29
a4a0b54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.2.2

1.2.1 - Use current DB owner during restore

20 Aug 18:23
26fb7ce
Compare
Choose a tag to compare

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 user postgres 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

07 Mar 20:49
19a2bd9
Compare
Choose a tag to compare

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

20 Mar 17:42
c3e13b2
Compare
Choose a tag to compare
Merge pull request #2 from silinternational/develop

Develop

Initial release

28 Jul 15:54
5a8132b
Compare
Choose a tag to compare
Merge pull request #1 from silinternational/develop

Develop