feat(backup): include starseed_prod in daily dumps
All checks were successful
Auto Tag / tag (push) Successful in 8s

This commit is contained in:
Matthieu THOLOT
2026-05-19 08:08:52 +00:00
parent 93a4dfedb4
commit edd622a9d7

View File

@@ -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:-}"