Skip to content

chore(docs): add notice re enabling encryption #9844

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(docs): add notice re enabling encryption
  • Loading branch information
johnstcn committed Sep 25, 2023
commit 456cbeb874e9efe18949d4b7528a15830740c29e
3 changes: 3 additions & 0 deletions docs/admin/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down