Skip to content

Commit 05b4a52

Browse files
authored
add: 1.30 db migrations note (#1152)
1 parent f167412 commit 05b4a52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup/upgrade/considerations.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The upgrade page provides instructions on how to upgrade your Coder deployment.
77
This article, however, includes information you should be aware of prior to
88
upgrading, such as architecture updates and breaking changes.
99

10+
## Upgrading to v1.30
11+
12+
- Versions `1.30` and above include a database migration that changes string-based
13+
IDs to PostgreSQL UUIDs.
14+
1015
## Upgrading to v1.29
1116

1217
Previously, Coder applied a `UNIQUE` constraint to usernames, but only the

0 commit comments

Comments
 (0)