Releases: InformaticsMatters/bandr
Releases · InformaticsMatters/bandr
Release list
Recovery now correctly uses the /backup directory
Recovery fix (#10) * fix: Backups now correctly found in /backup root directory * ci: Build tweak --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
Use of exclude-database
- Also --no-comments
- And sql.out now removed (on success)
Fix IF EXISTS logic
Fix recovery filter (#7) * fix: Fix recovery (s3 fuse) * fix: Fix "current user cannot be dropped" on recovery * fix: Fix recovery typo * fix: Fix for IF EXISTS * fix: Fix filter command --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
Fix IF EXISTS
Use of IF EXISTS (#6) * fix: Fix recovery (s3 fuse) * fix: Fix "current user cannot be dropped" on recovery * fix: Fix recovery typo * fix: Fix for IF EXISTS --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
Fix egrep command
Pg15 fix (#5) * fix: Fix recovery (s3 fuse) * fix: Fix "current user cannot be dropped" on recovery * fix: Fix recovery typo --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
Fix typo on recovery (DATABASE)
Pg15 fix (#4) * fix: Fix recovery (s3 fuse) * fix: Fix "current user cannot be dropped" on recovery --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
Attempt to fix dumpall recovery to postgres
Removes any CREATE or DROP on postgres user
Attempted recovery fix (s3fs)
fix: Fix recovery (s3 fuse) (#2) Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
No longer uses BACKUP_PRIOR_COUNT
Consequently - when a backup runs it copies the oldest prior backup regardless of the number.
Fix recovery file naming
15.7 fix: Fix recovery