Upgrades
Upgrade the application and database schema as a controlled operation.Before upgrade
- Take a PostgreSQL backup.
- Save the current Git ref and configuration.
- Confirm free disk and container health.
- Review release/current-state notes for schema or behavior changes.
Database schema
The product uses Alembic migrations. Runtime startup in the container executesalembic upgrade head in supported stack paths.
Marketplace upgrade is different
Marketplace package upgrade changes integration package/catalog state. It must not silently:- modify a running Stream
- create credentials
- enable a Stream
- advance checkpoints
- rewind delivered data on rollback