From c99bdf9dbb49f129de9af1a0d42bf7d1a859ca81 Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Wed, 19 Oct 2022 11:50:26 -0500 Subject: [PATCH] add: 1.30 db migrations note --- setup/upgrade/considerations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup/upgrade/considerations.md b/setup/upgrade/considerations.md index f3c1fda8f..aeb119f73 100644 --- a/setup/upgrade/considerations.md +++ b/setup/upgrade/considerations.md @@ -7,6 +7,11 @@ The upgrade page provides instructions on how to upgrade your Coder deployment. This article, however, includes information you should be aware of prior to upgrading, such as architecture updates and breaking changes. +## Upgrading to v1.30 + +- Versions `1.30` and above include a database migration that changes string-based + IDs to PostgreSQL UUIDs. + ## Upgrading to v1.29 Previously, Coder applied a `UNIQUE` constraint to usernames, but only the