open-vault/changelog/14231.txt
Dave Rawks 35ec91f1ca
Increase column width of vault_key on mysql (#14231)
* resolves The default schema used in the mysql backend is insufficient for KVv2 storage #14114
* increases column width of vault_key from 512 to 3072 in mysql physical backend
* updates changelog
2022-02-24 09:21:57 -05:00

4 lines
119 B
Plaintext

```release-note:bug
physical/mysql: Create table with wider `vault_key` column when initializing database tables.
```