Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Site restore for low-tech users.

Site restore for low-tech users: Difference between revisions

From MoodleDocs
m (edit link)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
((stub))
{{stub}}


This page is a work in progress in November 2010.  
This page is a work in progress in November 2010.  
Line 10: Line 10:
The location of these areas can be found in the [[Configuration file]].
The location of these areas can be found in the [[Configuration file]].


==Restore database==
== Restore database ==
Here are some ways to restore typical Moodledata bases such as MySQL
Here are some ways to restore typical Moodledata bases such as MySQL
===phpMyAdmin===
 
=== phpMyAdmin ===
The phpMyAdmin restore process is about as simple as it's backup process.  To restore:
The phpMyAdmin restore process is about as simple as it's backup process.  To restore:


Line 22: Line 23:
# Click Go.
# Click Go.


=== MySQLDumper ===
[TODO]


==Restore files==
==Restore files==
There are 3
There are 2 areas which can use the same techniques to backup and restore because they are stored in files and folders" 
==See also==
*The Moodle code
*[[Site restore]]  
*The [[Moodledata directory]]
 
== See also ==
* [[Site restore]]  
* [[Backup and restore FAQ]]
* [[Backup and restore FAQ]]
* [[Restore]]

Latest revision as of 07:21, 22 November 2010


This page is a work in progress in November 2010.

There are 3 areas of Moodle that should be backuped and thus can be restored:

  • The database (for example MySQL)
  • The files uploaded or created by Moodle (Moodledata directory)
  • The Moodle code itself

The location of these areas can be found in the Configuration file.

Restore database

Here are some ways to restore typical Moodledata bases such as MySQL

phpMyAdmin

The phpMyAdmin restore process is about as simple as it's backup process. To restore:

Restoring a backup of a MySql database

  1. Open the database to restore
  2. Click the SQL tab.
  3. On the "SQL"-page , unclick the show query here again.
  4. Browse to your backup of the database.
  5. Click Go.

MySQLDumper

[TODO]

Restore files

There are 2 areas which can use the same techniques to backup and restore because they are stored in files and folders"

See also