Difference between revisions of "Search and replace tool"
Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Search and replace tool.
Helen Foster (talk | contribs) (rewording) |
|||
Line 2: | Line 2: | ||
Admins can search and replace text e.g. URLs in their Moodle database using the search and replace tool at <nowiki>http://yourmoodlesite.org/admin/tool/replace/index.php</nowiki> (replacing yourmoodlesite.org with the address of your Moodle site). This is useful when a [[Moodle migration|Moodle site is moved from one server to another]]. | Admins can search and replace text e.g. URLs in their Moodle database using the search and replace tool at <nowiki>http://yourmoodlesite.org/admin/tool/replace/index.php</nowiki> (replacing yourmoodlesite.org with the address of your Moodle site). This is useful when a [[Moodle migration|Moodle site is moved from one server to another]]. | ||
− | + | Alternatively, a command line script can be used to search and replace text. See [[Administration via command line]] for details. | |
− | |||
− | See [[Administration via command line]] for | ||
− | |||
− | |||
+ | {{Warning|A database backup should be created before performing a search and replace.}} | ||
==See also== | ==See also== |
Revision as of 07:43, 7 August 2017
- Convert to InnoDB
- Database transfer
- DB search and replace
- Spam cleaner
(Additional tools may be found elsewhere in the admin settings)
Admins can search and replace text e.g. URLs in their Moodle database using the search and replace tool at http://yourmoodlesite.org/admin/tool/replace/index.php (replacing yourmoodlesite.org with the address of your Moodle site). This is useful when a Moodle site is moved from one server to another.
Alternatively, a command line script can be used to search and replace text. See Administration via command line for details.
Warning: A database backup should be created before performing a search and replace. |
See also
- Tracker issue MDL-35099 Convert hidden search/replace script into a proper core admin tool