You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2.0/docs/databases/managed.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ Wodby provides special "Cloud" external database services that integrate with th
11
11
12
12
## How to use an external database server from my app
13
13
14
-
- Go to the `Configure` page of your stack and add the appropriate _Cloud Database service_ (from listed above)
15
-
- 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
16
-
- Create a new external database server from `Databases` page
17
-
- Now, when creating a new app, you will be asked to choose an external database server for the _Cloud Database service_
14
+
1. Create a new external database server from `Databases` page using your Cloud integration
15
+
2. Go to the `Configure` page of your stack and add the appropriate _Cloud Database service_(from listed above)
16
+
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
17
+
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_
0 commit comments