Language
Operations¶
AWA keeps its control plane in PostgreSQL, so safe operation begins with database privileges, migrations, compatibility, and observability.
Production path¶
- Review Configuration for queues, workers, deadlines, priorities, and storage controls.
- Read Deployment for process topology, graceful shutdown, migration ordering, and container images.
- Use Managed Postgres for hosted-service constraints and tuning.
- Apply the role split in Security.
- Import the Grafana dashboards and alerts, or query the same health surfaces with the CLI.
- Keep Troubleshooting with your runbooks.
Upgrades¶
- Migrations explains forward-only schema changes and application/CLI entry points.
- Upgrade 0.5 to 0.6 covers the queue-storage transition.
- Upgrade 0.6 to 0.7 covers the current development-line rollout contract.
Match documentation to your installed version
This site tracks main and 0.7 development. Use the release tag and package documentation for a stable 0.6 deployment, especially for migration and storage-transition procedures.