Tomasz Muras

Results 53 comments of Tomasz Muras

Try with the quotes around the whole expression. The below works for me: `moosh file-list "component='backup'"`

It works OK for me, do you still experience the issue? If yes, then let me know the Moodle & moosh versions you use.

Seems like a good idea. Have a look at `moosh top` It could be extended or some of the code there may be re-used.

Yeah, not only that would be helpful for scripting - but I also look up the context / context_module information all the time, when investigating something data related. This could...

As an alternative, I think we could use "moosh sql-run" and (at least in MySQL) - the DATABASE() function: https://dev.mysql.com/doc/refman/8.0/en/information-functions.html#function_database

I see. I usually prefer to DROP DATABASE and then CREATE DATABASE as that gives you 100% guarantee that everything was cleared (like functions, triggers). Maybe a better name (both...

Hi, I can't support too many Moodle versions at the same time. At the moment Moodle 3.1 is still supported (for security) until May 2019 - so it makes sense...

FYI: I'll be removing this dependency - thanks for the report and work-around.

Maybe Moodle HQ can help here: https://tracker.moodle.org/browse/MDLSITE-6581

Hi Brendan, Yup - it'd be nice. Any chance you are interested in developing it?