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: content/docs/install/render.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ Clicking the "Deploy to Render" button will redirect you to the Render blueprint
13
13
notifications and more.
14
14
</Alert>
15
15
16
+
<Alerttype="warning">
17
+
⚠️ **Breaking Change (PostgreSQL 12 → 18)**
18
+
LogChimp now uses PostgreSQL 18 which introduces an incompatible data directory structure.
19
+
Existing Docker volumes or databases from PostgreSQL 12 **will not work directly** with this version.
20
+
Please review the [Breaking Change – PostgreSQL 12 → 18](/docs/miscellaneous/breaking-changes-pg18) page before upgrading or deploying.
21
+
</Alert>
22
+
16
23
All the environment variables are pre-configured for you. You can learn more about them [here](/docs/environment-variables).
17
24
18
25
[](https://render.com/deploy?repo=https://github.com/logchimp/deploy-buttons)
0 commit comments