feat: add migration support for VPS deployment with backup functionality

This commit is contained in:
syntaxbullet
2026-07-09 16:06:02 +02:00
parent 1216a37049
commit d6f8f55c09
4 changed files with 86 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --import=tsx/esm\" playwright test --config=playwright.config.ts",
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts",
"vps:backup-db": "bash scripts/vps-backup-db.sh",
"vps:migrate": "bash scripts/vps-migrate.sh",
"vps:rollback:n8n": "bash scripts/vps-rollback-n8n.sh",
"vps:status": "bash scripts/vps-status.sh"
},