From 456cbeb874e9efe18949d4b7528a15830740c29e Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 25 Sep 2023 11:03:23 +0100 Subject: [PATCH] chore(docs): add notice re enabling encryption --- docs/admin/encryption.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/encryption.md b/docs/admin/encryption.md index 937cdf2e72259..03228b68a0268 100644 --- a/docs/admin/encryption.md +++ b/docs/admin/encryption.md @@ -42,6 +42,9 @@ Additional database fields may be encrypted in the future. ## Enabling encryption +> NOTE: Enabling encryption does not encrypt all existing data. To encrypt +> existing data, see [rotating keys](#rotating-keys) below. + - Ensure you have a valid backup of your database. **Do not skip this step.** If you are using the built-in PostgreSQL database, you can run [`coder server postgres-builtin-url`](../cli/server_postgres-builtin-url.md)