Add PD to Serenity backup automation scaffolding
This commit is contained in:
9
automation/bin/run_pd_backups.sh
Executable file
9
automation/bin/run_pd_backups.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
"$SCRIPT_DIR/pd_backup_postgres.sh"
|
||||
"$SCRIPT_DIR/pd_backup_sync_to_serenity.sh"
|
||||
|
||||
echo "PD backup run complete."
|
||||
Reference in New Issue
Block a user