From 5ec03c31135bb10035ac32b70151dd4fb1d8c37e Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Tue, 19 Oct 2021 10:47:52 -0500 Subject: [PATCH] add usage note for Azure users --- guides/admin/timescale-migration.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/guides/admin/timescale-migration.md b/guides/admin/timescale-migration.md index 44e075e81..58d45cedb 100644 --- a/guides/admin/timescale-migration.md +++ b/guides/admin/timescale-migration.md @@ -10,7 +10,14 @@ At the end of your evaluation period, you may need to migrate the data from the built-in database to an out-of-cluster PostgreSQL database for production use. This article will walk you through the process of doing so. -> You must be a cluster admin for your Kubernetes cluster. +## Requirements + +- You must be a cluster admin for your Kubernetes cluster. + +- **Azure database users**: if you're using Azure Database for PostgreSQL, note + that Coder only works with Single Server; the Flexible Server (Preview) and + Hyperscale (Citus) options do _not_ support the TimescaleDB extension + required. ## Migration Steps