-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature request: run mediawiki using sqlite #15
Comments
+1 Would be much easier using volumes for a docker container |
@chalesreid1 - I don’t see any reference to using SQLite in the Postgres section, maybe you misread the feature request? |
The reason I asked for sqlite are scenarios where you simply want to run mediawiki as a single container and mount volume to store the data (e.g. in sqlite format) and that's enough for you. The backups are also easier (just zip & archive). You don't need full relational db for that. Many things gets easier. Also mediawiki updates (security patches, new features) could be probably easier and also easier rollback in case of problems. With sql db you could do that too but its more complex. Don't get me wrong - I was successfully running mediawiki container using mysql container and it worked well. It just would be much easier for our use case to store data in sqlite db (file) and work with that (backups, sync, rollbacks, updates, etc). |
Hi, would it be possible to add support for sqlite ?
The text was updated successfully, but these errors were encountered: