We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tested with MariaDB 10.11.9, PostgreSQL 15.8-1 and Vaultwarden 1.32.0
With Postgres15, you need to set vaultwarden as an admin of the database for the migration to proceed
add docs on additional connection parameters
Improve database URL example
Added documentation on how to migrate from MySQL to PostgreSQL
Updated Using the PostgreSQL Backend (markdown)
Added WAL mention
Project renaming
sqlite uses a file, not a server and port
I was confused with the brackets, so I looked up an example on diesel directly. To omit that for future seekers, I provided an example.
WAL is not used by none sqlite db's, so can be removed
Updated Using the PostgreSQL Backed (markdown)