-
Notifications
You must be signed in to change notification settings - Fork 258
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
Add support for database manager/administration tool #235
Comments
Submitted a pull request #236 which adds the requested feature. |
Hi @michael-milette , thanks for your contribution! I must confess that I'm not 100% sold about the idea of start adding tools to the docker composition as #236 does. There are various points about that:
So, as said... I'm not convinced about this, as a concept. I'm going to gather opinions in the team about this issue (and the PR). Again, thanks for proposing it! Ciao :-) |
I love adminer (since I met it, I haven't used any other database client) but I can see why Eloy is raising this concern. Instead of having adminer or any other tool in the moodle-docker, I would prefer having documented how to use them locally. |
As a suggested alternative to this, perhaps we can have an option to load an arbitrary yml file into the mix. Right now, the moodle-docker-compose script combines multiple yml files using something like:
Perhaps we can have this include a I do think that adminer/etc. are useful, but if we start to bundle every tool under the sun, then where do we stop, and at what point does it become too difficult to use because of the plethora of options that you may need, and which need to specified prior to calling composer up. |
Could you please add optional support for a database administration tool like Adminer or phpMyAdmin? I would like to be able to access and manipulate my Moodle database through a web-based tool.
For example, while Adminer can be installed inside of Moodle as a plugin, sometimes things break and you cannot get into Moodle to fix it. I can think of many other situations where such a tool could be desirable and helpful.
The text was updated successfully, but these errors were encountered: