Skip to content

Upgrading

Most VibeXP releases upgrade in place: pull the new image, restart, done. This page lists the exceptions.

Anything below requires action before the new image will start. Each entry links to a full migration guide with the exact steps. Entries are newest first: if you are skipping several releases, work upwards from the version you are on and apply every migration in between.

The Postgres image shipped in the combined-image docker-compose.yml moved from pgvector/pgvector:pg16 to pgvector/pgvector:pg17. Postgres data files are not compatible across major versions, so a Postgres 17 image started on a data directory created by Postgres 16 refuses to start. If you run the bundled Postgres with a populated data volume, you must dump-and-restore (or pg_upgrade) the volume once before pulling the new image. Managed / external Postgres is unaffected — VibeXP supports both 16 and 17.

Upgrading Postgres to 17

GitHub App configuration moved to per-team settings

Section titled “GitHub App configuration moved to per-team settings”

GitHub App credentials used to be instance-wide: one App in config.yaml, shared by every team. They are now registered per team and stored encrypted in the database. You must delete the top-level github: section from your config.yaml or the backend refuses to start, drop the GITHUB_APP_* / GITHUB_WEBHOOK_* environment variables, and re-register the App on each team that uses the integration.

This does not affect auth.github, the GitHub web-login OAuth client.

Migrating to per-team GitHub Apps