App update to latest version failed with ERROR
-
@girish said in App update to latest version failed with ERROR:
@imc67 Is that theme part of standard moodle?
No this is by far the most used theme from the Moodle Themes: https://moodle.org/plugins/theme_moove
-
@girish said in App update to latest version failed with ERROR:
@imc67 Is that theme part of standard moodle?
No this is by far the most used theme from the Moodle Themes: https://moodle.org/plugins/theme_moove
@imc67 I have fixed the bug in the new package. Can you check? (1.1.2-1)
-
@girish after update it doesn’t start and in the logs it says:
==> Creating symlinks for temp files
Mar 09 07:39:57 /app/pkg/start.sh: line 16: /usr/bin/rm: Argument list too long@imc67 my workaround:
from inside the terminal change directory to/app/data/moodledata/sessions/
andrm -rf *
Restart the app and the update magic will happen.Why
rm -rf /app/data/moodledata/sessions/*
quits with an Argument list too long error? I don't know. -
@imc67 my workaround:
from inside the terminal change directory to/app/data/moodledata/sessions/
andrm -rf *
Restart the app and the update magic will happen.Why
rm -rf /app/data/moodledata/sessions/*
quits with an Argument list too long error? I don't know.@luckow Indeed, that seems to be the issue, thanks for debugging! Making a new package.
-
@imc67 pushed a new package now.
-
@girish said in App update to latest version failed with ERROR:
@imc67 pushed a new package now.
Is there a way to force update to Version 1.1.2-2 as now the suggested app update is Version 1.1.2-1
-
@girish said in App update to latest version failed with ERROR:
@imc67 pushed a new package now.
Is there a way to force update to Version 1.1.2-2 as now the suggested app update is Version 1.1.2-1
-
@imc67 Yes, correct. That "refreshes" the updates by fetching latest from server.
about the update. I did test the update manually with the moove plugin. But the rm logic was wrong, I guess you do have a lot of session files.
-
@imc67 Yes, correct. That "refreshes" the updates by fetching latest from server.
about the update. I did test the update manually with the moove plugin. But the rm logic was wrong, I guess you do have a lot of session files.