You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, the YunoHost Vaultwarden app does not support Postgresql as the backend database.
During installation there is no option to specify the type of database storage.
If you follow the Vaultwarden Instructions for using Postgresql, when you start the Vaultwarden service after modifying the .env file to specify the Postgresql connection URL, it fails to start, giving the error message: `DATABASE_URL` is a PostgreSQL URL, but the 'postgresql' feature is not enabled
Researching this error indicates that Vaultwarden needs to be compiled with Postgresql support enabled for this to work.
Ideally the YunoHost App Installation process would give the user the choice between SQLite and Postgres, and modify the build process accordingly.
Alternatively, the build could include support for Postgresql and those users who wish to use it could follow the instructions I linked above.
The text was updated successfully, but these errors were encountered:
Now the package use the vaulwarden binaries extract from the docker image, it includes postgresl support
For the choice of the database during install, I'm not sure of that, It would increase complexity of the package and a lot of users don't know the difference between sqlite and postgresql
As far as I can tell, the YunoHost Vaultwarden app does not support Postgresql as the backend database.
During installation there is no option to specify the type of database storage.
If you follow the Vaultwarden Instructions for using Postgresql, when you start the Vaultwarden service after modifying the .env file to specify the Postgresql connection URL, it fails to start, giving the error message:
`DATABASE_URL` is a PostgreSQL URL, but the 'postgresql' feature is not enabled
Researching this error indicates that Vaultwarden needs to be compiled with Postgresql support enabled for this to work.
Ideally the YunoHost App Installation process would give the user the choice between SQLite and Postgres, and modify the build process accordingly.
Alternatively, the build could include support for Postgresql and those users who wish to use it could follow the instructions I linked above.
The text was updated successfully, but these errors were encountered: