Add PD to Serenity backup automation scaffolding

This commit is contained in:
Fizzlepoof
2026-05-15 03:08:03 +00:00
parent 458989e6cd
commit 837d6e5866
6 changed files with 250 additions and 0 deletions

View 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."