Type: Suggestion
Description:
Hi,
I am reading bitnami documentation (https://docs.bitnami.com/aws/apps/moodle/administration/upgrade/) as I want to upgrade my moodle to 3.10. I came across these commands there:
sudo cp -a /bitnami/moodle.backup/theme/MY_THEME /bitnami/moodle/theme/
sudo cp -a /bitnami/moodle.backup/mod/MY_MOD /bitnami/moodle/mod/
For first command.. as I am using moove theme.. so shall i just use
sudo cp -a /bitnami/moodle.backup/theme/MY_THEME /bitnami/moodle/theme/ ?
and for second command.. I am not sure how many extra modules I have installed apart from the ones shipped with bitnami.. so no Idea what to put in MY_MOD..
Can anybody please help