File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Different versions are not guaranteed to be compatible with one another.
1010Follow the instructions in the [ README] ( README.md#software-upgrades ) to upgrade
1111your self-hosted backend and dashboard.
1212
13+ ## 2025-02-19 ` 86ae5d34c8164075b66fa0c52beabd19212d8df7 `
14+
15+ - Fix bug in MySQL where certificates were not verified upon connection. Now,
16+ you must set ` DO_NOT_REQUIRE_SSL ` for running locally.
17+
1318## 2025-02-19 ` 663640f5a01018914dc4314145f23a31f3afdca6 `
1419
1520- Add support for MySQL! The ` DATABASE_URL ` env variable is now ` POSTGRES_URL `
Original file line number Diff line number Diff line change 11services :
22 backend :
3- image : ghcr.io/get-convex/convex-backend:663640f5a01018914dc4314145f23a31f3afdca6
3+ image : ghcr.io/get-convex/convex-backend:86ae5d34c8164075b66fa0c52beabd19212d8df7
44 ports :
55 - " ${PORT:-3210}:3210"
66 - " ${SITE_PROXY_PORT:-3211}:3211"
@@ -24,10 +24,10 @@ services:
2424 healthcheck :
2525 test : curl -f http://localhost:3210/version
2626 interval : 5s
27- start_period : 5s
27+ start_period : 10s
2828
2929 dashboard :
30- image : ghcr.io/get-convex/convex-dashboard:663640f5a01018914dc4314145f23a31f3afdca6
30+ image : ghcr.io/get-convex/convex-dashboard:86ae5d34c8164075b66fa0c52beabd19212d8df7
3131 ports :
3232 - " ${DASHBOARD_PORT:-6791}:6791"
3333 environment :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ app = 'convex-backend'
77primary_region = ' iad'
88
99[build ]
10- image = ' ghcr.io/get-convex/convex-backend:663640f5a01018914dc4314145f23a31f3afdca6 '
10+ image = ' ghcr.io/get-convex/convex-backend:86ae5d34c8164075b66fa0c52beabd19212d8df7
1111
1212[env]
1313TMPDIR = ' /convex/data/tmp'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ app = 'convex-dashboard'
77primary_region = ' iad'
88
99[build ]
10- image = ' ghcr.io/get-convex/convex-dashboard:663640f5a01018914dc4314145f23a31f3afdca6 '
10+ image = ' ghcr.io/get-convex/convex-dashboard:86ae5d34c8164075b66fa0c52beabd19212d8df7
1111
1212[[services]]
1313protocol = ' tcp'
You can’t perform that action at this time.
0 commit comments