Add postgresql to bullet list of backends
This commit is contained in:
parent
fd4283b430
commit
3a996e11fd
|
@ -151,6 +151,9 @@ to help you, but may refer you to the backend author.
|
|||
* `mysql` - Store data within MySQL. This backend does not support HA. This
|
||||
is a community-supported backend.
|
||||
|
||||
* `postgresql` - Store data within PostgreSQL. This backend does not support HA. This
|
||||
is a community-supported backend.
|
||||
|
||||
* `inmem` - Store data in-memory. This is only really useful for
|
||||
development and experimentation. Data is lost whenever Vault is
|
||||
restarted.
|
||||
|
|
Loading…
Reference in New Issue