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: docs/concepts/managed-storage/managed-postgres.md
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,21 +68,3 @@ You can connect to the managed Postgres instance using the name of your service
68
68
// highlight-end
69
69
70
70
```
71
-
72
-
### Major Version Updating of Engine
73
-
74
-
To update the database engine you can simply update the image to a later version in your compose file and apply it via ```defang compose up --provider=aws```. In the example below, we change from Postgres 15 to 16.
75
-
76
-
Please note the upgrading will occur immediately and may result in the database being unavailable for some time.
0 commit comments