mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
58 lines
1.7 KiB
Markdown
Generated
58 lines
1.7 KiB
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# server dbcrypt rotate
|
|
|
|
Rotate database encryption keys.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder server dbcrypt rotate [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### --postgres-url
|
|
|
|
| | |
|
|
|-------------|---------------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_PG_CONNECTION_URL</code> |
|
|
|
|
The connection URL for the Postgres database.
|
|
|
|
### --postgres-connection-auth
|
|
|
|
| | |
|
|
|-------------|----------------------------------------|
|
|
| Type | <code>password\|awsiamrds</code> |
|
|
| Environment | <code>$CODER_PG_CONNECTION_AUTH</code> |
|
|
| Default | <code>password</code> |
|
|
|
|
Type of auth to use when connecting to postgres.
|
|
|
|
### --new-key
|
|
|
|
| | |
|
|
|-------------|---------------------------------------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_EXTERNAL_TOKEN_ENCRYPTION_ENCRYPT_NEW_KEY</code> |
|
|
|
|
The new external token encryption key. Must be base64-encoded.
|
|
|
|
### --old-keys
|
|
|
|
| | |
|
|
|-------------|----------------------------------------------------------------|
|
|
| Type | <code>string-array</code> |
|
|
| Environment | <code>$CODER_EXTERNAL_TOKEN_ENCRYPTION_ENCRYPT_OLD_KEYS</code> |
|
|
|
|
The old external token encryption keys. Must be a comma-separated list of base64-encoded keys.
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass prompts.
|