Using CVS and moving from 1.9.5 to 1.9.8

Using CVS and moving from 1.9.5 to 1.9.8

yazan David Gill -
Yanıt sayısı: 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
David Gill yanıt olarak

Re: Using CVS and moving from 1.9.5 to 1.9.8

yazan Howard Miller -
Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
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 gülüyor ).

You should't need to restore anything. It should all be exactly the same after the upgrade.
Howard Miller yanıt olarak

Re: Using CVS and moving from 1.9.5 to 1.9.8

yazan David Gill -
I must not understand something.... sorrygülüyor 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
David Gill yanıt olarak

Re: Using CVS and moving from 1.9.5 to 1.9.8

yazan Howard Miller -
Core developers 'ın resmi Documentation writers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi
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.