Skip to content

Commit

Permalink
Update dbbackup.sh
Browse files Browse the repository at this point in the history
updated cron time
  • Loading branch information
ajoaugustine authored Aug 12, 2024
1 parent cb4ac07 commit c72aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/dbbackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ encrypt_backup() {

# Function to set up cronjob for encrypted backup
setup_cronjob() {
gen3 job cron psql-db-backup-encrypt "15 7 * * *"
gen3 job cron psql-db-backup-encrypt "15 1 * * *"
}

# Create policy for Mountpoint for Amazon S3 CSI driver
Expand Down

0 comments on commit c72aae4

Please sign in to comment.