Skip to content

Commit 9f4174c

Browse files
emmaling27Convex, Inc.
authored andcommitted
[self-hosted] Update dashboard version and changelog (#34402)
GitOrigin-RevId: ce52450fd1b15867517cb5158b8bf9073b66d41f
1 parent 5107a5e commit 9f4174c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

self-hosted/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
55
and `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

self-hosted/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

self-hosted/fly/dashboard/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app = 'convex-dashboard'
77
primary_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]]
1313
protocol = 'tcp'

0 commit comments

Comments
 (0)