Using CVS and moving from 1.9.5 to 1.9.8

Using CVS and moving from 1.9.5 to 1.9.8

av David Gill -
Antall svar: 4
Hi,

I'm moving my site from a windows based system to a Linux based system. Is using CVS the easiest way of setting up and upgrading Moodle?

My current Moodle is 1.9.5. If I set up the new site on a new physical machine and install 1.9.8 will I only need to restore my course/front page backups on the new system?

Thanks,

David
Gjennomsnittlig vurdering: -
Som svar til David Gill

Re: Using CVS and moving from 1.9.5 to 1.9.8

av Howard Miller -
Bilde av Core developers Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers
It's easier if your site is already booked out from cvs (git would be even easier).

If it isn't, it would be a good time to check out the new version from CVS or git (please use git smiler ).

You should't need to restore anything. It should all be exactly the same after the upgrade.
Som svar til Howard Miller

Re: Using CVS and moving from 1.9.5 to 1.9.8

av David Gill -
I must not understand something.... sorrysmiler I'm moving everything (database, webserver, moodle) from my old server (win2k3) to a new machine (linux). So would I move my existing moodle db, and moodle directory to the new server and then run an update?

I guess what I'm asking is what is the simplest way to migrate my existing windows based system to a new linux machine?

Thanks for your response.

David
Som svar til David Gill

Re: Using CVS and moving from 1.9.5 to 1.9.8

av Howard Miller -
Bilde av Core developers Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers
You need to move

* The database
* The 'moodledata' area
* The code (possibly updating to the latest version)

Then

* edit config.php to reflect new URL and file locations

Got to http://your.site/moodle/admin (or whatever) to run the update. Even that would only apply if you'd updated you Moodle program code.