Skip to content

Make SQLite3 the default database with a mounted volume #3799

@pglombardo

Description

@pglombardo

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.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions