Skip to content
PesaGuard Docs

Environments

Environments Live

PesaGuard does not ship a mocked sandbox. Staging is a real deployment with its own database and brokers; production requires its own credential set and review.

VariantPurposeOwns
StagingIntegration testing against real reconciliation behaviour.Separate Postgres database and Kafka listeners.
ProductionThe live deployment the pilot runs on.Production credentials, backups and review.

Settings live in the git-ignored root .env. Validate with config --quiet; bring up with up -d --build only after reviewing the merged configuration. Full list: environment variables.

Related