We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f167412 commit c99bdf9Copy full SHA for c99bdf9
setup/upgrade/considerations.md
@@ -7,6 +7,11 @@ The upgrade page provides instructions on how to upgrade your Coder deployment.
7
This article, however, includes information you should be aware of prior to
8
upgrading, such as architecture updates and breaking changes.
9
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
15
## Upgrading to v1.29
16
17
Previously, Coder applied a `UNIQUE` constraint to usernames, but only the
0 commit comments