-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Labels
featureNew feature or a request for a new feature.New feature or a request for a new feature.
Description
Since forever we've used PostgreSQL as the default and also support MariaDB/MySQL. This is really overkill for the majority of users.
With SQLite3 being used in production these days, I'd like to make it the default.
We would then have to update all documentation and docker-compose.yml files still specify that the application requires a mounted volume.
One requirement of this change would be that existing users who upgrade, we still respect their DATABASE_URL settings if they are using PostgreSQL or MariaDB/Mysql. Default when unspecified is SQLite3.
Metadata
Metadata
Assignees
Labels
featureNew feature or a request for a new feature.New feature or a request for a new feature.