How to migrate moodle 2.5.3 from windows platform to RHEL platform

How to migrate moodle 2.5.3 from windows platform to RHEL platform

by ECOMADMIN TAFE -
Number of replies: 1

HI ,

We are planning to migrate our moodle 2.5.3 windows (running on xampp) to RHEL 6 platform(LAMP environment), what are all the procedures to do safe platform migration  without affecting datas and courses.

 

 

 

 

Average of ratings: -
In reply to ECOMADMIN TAFE

Re: How to migrate moodle 2.5.3 from windows platform to RHEL platform

by Ken Task -
Picture of Particularly helpful Moodlers

RHEL 6 box has required versions of PHP (+ extensions) and MySQL.   Apache up and running (ssl as well).

MySQL has a root password and can be accessed via command line in ssh shell on server.

Basically like a full site backup ...

sql dump of DB

archive of the data directory

copy of the config.php file ... which will need to be edited once in place on new server.

The code directory should be installed via git on the RHEL 6 platform.

Any plugins?   Acquire those and place in appropriate directories with appropriate ownership/permissions.

Import the DB

place data directory in /var/www and set owership/permissions for the apache user/group.

via ssh go to /var/www/html/admin/cli/

Scripts there can upgrade from 2.5.3 to 2.5.5.

Things to check ... SMTP/EMail ... LDAP if using for authentication ...

'spirit of sharing', Ken

 

Average of ratings: Useful (1)