Document local database production deployment

This commit is contained in:
Codex
2026-04-28 09:04:03 +08:00
parent 8697aa3fbb
commit 21cb5c9c15
5 changed files with 252 additions and 12 deletions
+2
View File
@@ -7,6 +7,7 @@ Use this checklist before every production deployment.
- [ ] Working tree is clean.
- [ ] Latest commit is the intended release commit.
- [ ] `npm ci` succeeds from a clean install.
- [ ] Legacy tutorial redirects point to `/en/support/tutorial`.
- [ ] `npm run typecheck` passes.
- [ ] `npm run build` passes.
- [ ] `npm run payload:migrate:status` shows all migrations as `Yes` on the release database.
@@ -21,6 +22,7 @@ Use this checklist before every production deployment.
- [ ] `PAYLOAD_DB_PUSH=false` is set.
- [ ] `PAYLOAD_RUN_MIGRATIONS_ON_START=false` is set unless a one-off controlled migration boot is intentionally planned.
- [ ] Upload directories `media/` and `files/` are persistent and backed up.
- [ ] Database dump and upload archive are generated from the same local release window.
## CMS Data