feat(backup): include starseed_prod in daily dumps
All checks were successful
Auto Tag / tag (push) Successful in 8s
All checks were successful
Auto Tag / tag (push) Successful in 8s
This commit is contained in:
@@ -7,7 +7,7 @@ cd "$(dirname "$0")"
|
||||
source .env
|
||||
|
||||
BACKUP_DIR="./backups"
|
||||
DATABASES=("sirh_prod" "inventory_prod" "lesstime_prod")
|
||||
DATABASES=("sirh_prod" "inventory_prod" "lesstime_prod" "starseed_prod")
|
||||
DATE=$(date +%Y-%m-%d_%H%M%S)
|
||||
LOG_FILE="${BACKUP_DIR}/backup.log"
|
||||
WEBHOOK_URL="${DISCORD_WEBHOOK_URL:-}"
|
||||
|
||||
Reference in New Issue
Block a user