Changing Domain Name

Changing Domain Name

av Graham Stone -
Galle vástádusa: 6
Bilde av Testers

Good Morning,

Our web development team are wanting to change the domain name of one of our VLEs, what parts of our Moodle setup would we need to change to ensure that the VLE continues to work?

Thanks,

 

Gjennomsnittlig vurdering: -
Vástádussan geasa: Graham Stone

Re: Changing Domain Name

av Luis de Vasconcelos -
Bilde av Particularly helpful Moodlers

As Guillermo said, change your $CFG->wwwroot and then run the /admin/replace.php tool to change olddomain.com to newdomain.com. But be aware that this replace.php script doesn't work on all platforms. See (and vote for) MDL-35099 so that it gets fixed.

Vástádussan geasa: Luis de Vasconcelos

Re: Changing Domain Name

av Guillermo Madero -

I think it is best to dump the db and then work directly with the SQL file; this is what I usually do.

Vástádussan geasa: Guillermo Madero

Re: Changing Domain Name

av Luis de Vasconcelos -
Bilde av Particularly helpful Moodlers

Sure, on MySQL that's not a problem. But MSSQL doesn't have a 'mysqldump' equivalent.