Skip to content

Managed Database Integration

Overview

Wodby provides special "Cloud" external database services that integrate with third-party cloud providers.

How to use an external database server from my app

  1. Create a new external database server from Databases page using your Cloud integration
  2. Go to the Configure page of your stack and add the appropriate Cloud Database service (from listed above)
  3. To make sure your app will use the external database server instead of a container-based one, go to Links page of your stack service (from where database connection established) and update the DB link to use the Cloud Database service instead of the container-based one
  4. Now, create a new app using this stack, in the process you will be asked to choose an external database server. Select the one you created on step 1 for the Cloud Database service

Reside with Kubernetes

When creating a new external managed database, you can choose a Kubernetes cluster to reside this database with. The Kubernetes cluster must be created from the same integration as the database. When selected, it will use the same cloud network as the Kubernetes cluster for private connections and minimizing network latency.