Document local database production deployment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user