mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-27 15:54:50 +00:00
* Convert documentation titles to sentense case * Docker, Google, Foundry, Cloud proper case
6 lines
260 B
Plaintext
6 lines
260 B
Plaintext
### Postgres library change
|
|
|
|
Vault 1.11+ uses pgx instead of lib/pq for Postgres connections. If you are
|
|
using parameters like `fallback_application_name` that pgx does not support, you
|
|
may need to update your `connection_url` before upgrading to Vault 1.11+.
|