Skip to content

Production checklist

Greg Bowler edited this page May 9, 2026 · 2 revisions

Before release

  • Confirm production config values.
  • Confirm error handling behaviour.
  • Confirm build output and asset serving.
  • Confirm database connectivity and schema readiness.

Security and stability checks

  • Sessions and cookies configured safely.
  • Debug output disabled.
  • Secrets stored correctly.
  • Logging configured appropriately.

Operational checks

  • Web server configured correctly.
  • Backups and monitoring in place.
  • Deployment process repeatable.

After release

  • Smoke test key user flows.
  • Check logs and slow requests.
  • Review asset and cache behaviour.

The next page will cover WebEngine application security.

Clone this wiki locally