Skip to content
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

Open
besnik opened this issue Sep 2, 2016 · 4 comments
Open

New feature request: run mediawiki using sqlite #15

besnik opened this issue Sep 2, 2016 · 4 comments

Comments

@besnik
Copy link

besnik commented Sep 2, 2016

Hi, would it be possible to add support for sqlite ?

@jwater7
Copy link

jwater7 commented May 17, 2017

+1 Would be much easier using volumes for a docker container

@charlesreid1
Copy link

@jwater7
Copy link

jwater7 commented Mar 11, 2018

@chalesreid1 - I don’t see any reference to using SQLite in the Postgres section, maybe you misread the feature request?

@besnik
Copy link
Author

besnik commented Mar 12, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants