moosh icon indicating copy to clipboard operation
moosh copied to clipboard

moosh file_list "component=backup" fails in 3.9

Open alfrenovsky opened this issue 5 years ago • 1 comments

  • 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'

alfrenovsky avatar Aug 27 '20 17:08 alfrenovsky

Try with the quotes around the whole expression. The below works for me:

moosh file-list "component='backup'"

tmuras avatar Aug 30 '20 13:08 tmuras