Hi.
I have the current software on our moodlebox:
Raspberry Pi OS version Debian GNU/Linux 11 (bullseye)
Kernel version Linux 5.15.61-v8+ aarch64
MoodleBox version 4.3.0 (2022-04-18)
MoodleBox plugin version 2.13.1 (2022080400)
Moodle version 4.0.4+ (Build: 20221007)
I'm trying to update to the latest version of moodlebox & moodle. When I try to update using the instructions here I'm getting a error:
https://moodlebox.net/en/help/moodle-version-update/
However, I may be understanding the instructions incorrectly. It says type this:
sudo -u www-data -g moodlebox git config remote.origin.fetch "+refs/heads/:refs/remotes/origin/"
sudo -u www-data -g moodlebox git fetch origin
sudo -u www-data -g moodlebox git checkout MOODLE_404_STABLE
With the 'MOODLE_404_STABLE' being the version you want to be on. Since the latest version is 4.3 of Moodle I type this:
sudo -u www-data -g moodlebox git checkout MOODLE_403_STABLE
That didn't seem to work as I can never get back to the admin page.
I also reset everything & tried:
sudo -u www-data -g moodlebox git checkout MOODLE_401_STABLE
But this also doesn't seem to work. I get a 'Invalid permissions detected when trying to create a directory. Turn debugging on for further details.' Error.
Do you have any suggestions for upgrading from 4.3 to 4.6?
Thanks