[Bps-public-commit] postgresql_auto_backup_s3 branch update-for-hostedrt-backups updated. 0cd4ac5f8bd91f34ee57555884913127e3691e07

BPS Git Server git at git.bestpractical.com
Tue Mar 15 00:19:22 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgresql_auto_backup_s3".

The branch, update-for-hostedrt-backups has been updated
       via  0cd4ac5f8bd91f34ee57555884913127e3691e07 (commit)
      from  a766818ca129249d31fa95a12b975b0dbf697bea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0cd4ac5f8bd91f34ee57555884913127e3691e07
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Mon Mar 14 19:19:08 2022 -0500

    Remove commented out backup dir code

diff --git a/pg_backup_rotated.sh b/pg_backup_rotated.sh
index 506a630..66545ee 100644
--- a/pg_backup_rotated.sh
+++ b/pg_backup_rotated.sh
@@ -63,14 +63,6 @@ function perform_backups()
         SUFFIX=$1
         FINAL_BACKUP_DIR=$BACKUP_DIR"`date +\%Y\%m\%d`$SUFFIX-"
  
-        #echo "Making backup directory in $FINAL_BACKUP_DIR"
- 
-        #if ! mkdir -p $FINAL_BACKUP_DIR; then
-        #       echo "Cannot create backup directory in $FINAL_BACKUP_DIR. Go and fix it!" 1>&2
-        #       exit 1;
-        #fi;
- 
- 
         ###########################
         ###### FULL BACKUPS #######
         ###########################
-----------------------------------------------------------------------

Summary of changes:
 pg_backup_rotated.sh | 8 --------
 1 file changed, 8 deletions(-)


hooks/post-receive
-- 
postgresql_auto_backup_s3


More information about the Bps-public-commit mailing list