Skip to main content

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

  1. In your project, click Applications.
  2. Open your application.
  3. In the Connected services section, click Connect service.
  4. Select the service to connect.
  5. Click Connect.

Disconnect an Aiven service

  1. In your project, click Applications.
  2. Open your application.
  3. In the Connected services section, find the service to disconnect.
  4. Click Actions > Disconnect service.
  5. 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 CMD or 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.