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.

UpgradeCopy v1.1

Moodle 4.1, 4.2, 4.3, 4.4, 4.5
Released: Wednesday, 25 October 2023, 4:37 PM

Upgrade Copy Generator

Simple plugin to generate a list of 'cp' commands for all optional plugins within your Moodle site.

Purpose is to copy all the folders from an old Moodle site to a new, empty one. Making transferring plugins a bit easier

Installation

Install as an admin tool so that it ends up in admin/tool/upgradecopy. Then go to site admin to complete installation

Use

Find at Site admin > Development > Upgradecopy

You supply the prefix for the 'from' side of the cp and the 'to' side. This will typically be the paths to the root of your source and destination Moodle sites. You may need to experiment a bit.

NOTE: The plugin only generates a list. It doesn't do anything to either of your sites.

You can then copy and paste the generated commands to copy the directories.

Version information

Version build number
2023102400
Version release name
v1.1
Maturity
Stable version
MD5 Sum
ab706606ceadc73ff63f481c35b826d6
Supported software
Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3
  • Latest release for Moodle 4.4
  • Latest release for Moodle 4.5

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v1.1

Default installation instructions for plugins of the type Administration tools

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mytool") in the "admin/tool" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation