moosh
moosh copied to clipboard
moosh file_list "component=backup" fails in 3.9
- moosh version: 0.32
- moodle version: 3.9
- database: mariadb
- php version: 7.4
- operating system: linux
Actual behaviour
Default exception handler: Error al leer de la base de datos Debug: Unknown column 'backup' in 'where clause'
Expected behaviour
List backup files
Steps to reproduce
moosh file-list component='backup'
Try with the quotes around the whole expression. The below works for me:
moosh file-list "component='backup'"