Connect services to Aiven Apps Limited availability
Connect your deployed application to Aiven services. You can connect an existing Aiven for Apache Kafka®, Aiven for PostgreSQL®, Aiven for OpenSearch®, or Aiven for Valkey™ service.
Connect an Aiven service
- In your project, click Applications.
- Open your application.
- In the Connected services section, click Connect service.
- Select the service to connect.
- Click Connect.
Disconnect an Aiven service
- In your project, click Applications.
- Open your application.
- In the Connected services section, find the service to disconnect.
- Click Actions > Disconnect service.
- Click Disconnect to confirm.
Apply database schema changes
Aiven Apps does not automatically support pre-deploy commands or one-off task execution. To run database schema migrations, you can do one of the following:
-
Run migrations at container startup: You can update the
CMDor entrypoint of your Containerfile or Dockerfile so that the database schema changes are applied every time the container starts up. -
Run migrations in CI/CD before deploying: If you use a CI/CD pipeline, you can run migrations as a pipeline step before deployment.