File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Find the latest versions of the `convex-backend` package
44[ here] ( https://github.com/get-convex/convex-backend/pkgs/container/convex-backend )
55and ` convex-dashboard ` package
66[ here] ( https://github.com/get-convex/convex-backend/pkgs/container/convex-dashboard ) .
7+ Make sure to use the same version of ` convex-backend ` and ` convex-dashboard ` .
8+ Different versions are not guaranteed to be compatible with one another.
9+
10+ Follow the instructions in the [ README] ( README.md#software-upgrades ) to upgrade
11+ your self-hosted backend and dashboard.
712
813## 62ef09aa604b0c5f873b59e0944b5e89f84b66b2
914
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 start_period : 5s
2626
2727 dashboard :
28- image : ghcr.io/get-convex/convex-dashboard:4499dd4fd7f2148687a7774599c613d052950f46
28+ image : ghcr.io/get-convex/convex-dashboard:62ef09aa604b0c5f873b59e0944b5e89f84b66b2
2929 ports :
3030 - " ${DASHBOARD_PORT:-6791}:6791"
3131 environment :
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:4499dd4fd7f2148687a7774599c613d052950f46 '
10+ image = ' ghcr.io/get-convex/convex-dashboard:62ef09aa604b0c5f873b59e0944b5e89f84b66b2
1111
1212[[services]]
1313protocol = ' tcp'
You can’t perform that action at this time.
0 commit comments