Moodle 1.0.6

Moodle 1.0.6

by Martin Dougiamas -
Number of replies: 10
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Got comments about Moodle 1.0.6? Post them under this discussion topic.
Average of ratings: -
In reply to Martin Dougiamas

Re: Moodle 1.0.6

by Barry Bandstra -
I want to upgrade from 1.05 to 1.06. I have one class set up in Moodle and don't want to loose that user data. What is the upgrade procedure (didn't find it in the installation docs)? With the new quiz module and the other enhancements, new tables will undoubtedly be created in MySQL. Will the old ones be overwritten?
In reply to Barry Bandstra

Re: Moodle 1.0.6

by Jacob Romeyn -

Hi Barry

The upgrade to 1.06 does not wipe out any existing data. I would have liked to make a backup first but I  can not find out how to do this.

I just upgrade to 1.06 and all my courses are working OK.

 

 

In reply to Jacob Romeyn

Re: Moodle 1.0.6

by Dave Nuttall -

Its hard to know whether you're running MySQL on Linux/*NIX or Windows.

If you're on some *NIX/Linux and can get to a command line, its very easy to make a back up a database using the "mysqldump" program.

For example, I've named my database "elearning", so I run the command:

mysqldump elearning > /tmp/elearning-10-26-2002.sql

Net result is an ASCII file located in the /tmp directory named "elearning-10-26-2002.sql".

Run "gzip" against it to compress it, copy/move/put in a safe place until needed.

Good luck and ask questions if it doesn't quite give you the results you think you should get.

In reply to Barry Bandstra

Re: Moodle 1.0.6

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
The only thing I can add to the other excellent replies is that Moodle versions are designed for upgrading safely, and the upgrade instructions are in the file UPGRADING.txt in the main folder of the distribution ...

eg http://moodle.com/UPGRADING.txt

I should make a proper web page about it on this site sometime.

In reply to Martin Dougiamas

Re: Moodle 1.0.6

by Barry Bandstra -
Thanks for the replies and the assurances. I upgraded to 1.0.6 and it is working fine. The instructions on doing a mysqldump were very helpful and worked for me. I would only suggest that the upgrade.txt file in the directory be added to the very nice html docs in the doc folder, so that upgrade info is ready to hand. I've just started with moddle, but like it a lot.
In reply to Martin Dougiamas

Any stability issues with 1.0.6?

by Tom Murdock -

For the first time, I'm having some stability issues, where I type responses to journals and click save, and it doesn't.  This could very well be a server/connection issue, but I'm not sure how to track the problem down.  Also, students will sometimes save or finish a post or forum and then suddenly the ID page appears again.  Do these symptoms sound like something others have had? Any suggestions?  Thanks.

TOm

In reply to Tom Murdock

Re: Any stability issues with 1.0.6?

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
I'd appreciate other reports if there are any, but I don't know of anything in Moodle that would be causing those type of problems ...

Moodle is part of a complex server environment and problems with the OS, Apache, MySQL or even bad RAM can show themselves in Moodle's GUI. In this case I strongly suspect this to be what is happening.
In reply to Martin Dougiamas

Re: Any stability issues with 1.0.6?

by Tom Murdock -

Please feel free to erase this original discussion.  After spending some time troubleshooting, I think it has more to do with my server than with Moodle.  Sometimes it feels like Moodle is the only thing that works. smiley.gif

After scanning the various replies of these discussions, and recognizing the speed of your bug chasing, and remembering how many times you've helped me on individual installation issues, etc., it makes sense that you are feeling pressed about your thesis.  The sooner you get the degree, the sooner you can devote yourself to Moodle and make a million bucks changing education...thoughtful.gif

How can a couple of us who are involved with Moodle daily, take support roles? Is there a way to separate technical from usage?  I think I would be willing and able to take time helping people with the latter.

Thanks, Martin.

Tom

In reply to Tom Murdock

Re: Any stability issues with 1.0.6?

by Martin Dougiamas -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
Thanks, Tom. smile

I don't think it has to be too organised - I'll probably set aside an hour every couple of days and pick up any threads that have been dropped.

If any of you know an answer to something (or at last have an idea) - hit the reply link and post it right away.

Most bugs and features should be in bugs.moodle.com anyway ... did I mention that I've already designed (but not built) a 'tracker' module so that the bugs database can be part of Moodle?