Moodle Plugins directory: UpgradeCopy | Moodle.org
UpgradeCopy
Administration tools ::: tool_upgradecopy
Maintained by
Howard Miller
Simple plugin to generate a list of 'cp' commands for all optional plugins
within your Moodle site when you want to copy them all to a different version.
Latest release:
73 sites
22 downloads
4 fans
Current versions available: 1
Simple plugin to generate a list of 'cp' commands for all optional plugins within your Moodle site when you want to copy them all to a different version. Non-core modules are automagically discovered and included.
Both web and CLI versions. To illustrate...
$ php upgradecopy.php --from=moodle41 --to=moodle43
cp -R moodle41/app/public/mod/attendance moodle43/app/public/mod
cp -R moodle41/app/public/mod/board moodle43/app/public/mod
cp -R moodle41/app/public/mod/checklist moodle43/app/public/mod
cp -R moodle41/app/public/mod/choicegroup moodle43/app/public/mod
cp -R moodle41/app/public/mod/customcert moodle43/app/public/mod
cp -R moodle41/app/public/mod/game moodle43/app/public/mod
cp -R moodle41/app/public/mod/helixmedia moodle43/app/public/mod
cp -R moodle41/app/public/mod/hsuforum moodle43/app/public/mod
Useful links
Contributors
Howard Miller (Lead maintainer)
Please login to view contributors details and/or to contact them
Comments