Page 1 of 1

Upgrading Instructions & upgrade.php Clarification

Posted: Wed Apr 02, 2008 9:24 pm
by ThisGuyIKnow
Hello,

I upgraded from 1.2.3 (Black Rock) to 1.2.4 (Greenland) today. The instructions were very well written, but I wanted clarification on when running upgrade.php is needed. As far as I can grok, it is only needed when a CMSMS version upgrade needs to alter the database tables and it is not needed when using the "diff" methods because those only involve updating files. Is that correct?

I was also wondering if it may be helpful identify that there's 3 distinct methods to upgrading? (see attached image that marks the different methods, I think, with red frames/numbers) Perhaps using the MediaWiki headers could mark the different methods? Only a suggestion, of course.

Still enjoying CMSMS thoroughly! :) Am using it for 2 of my personal websites and will be implementing it at work soon.

- Gavin

Re: Upgrading Instructions & upgrade.php Clarification

Posted: Wed Apr 02, 2008 11:17 pm
by calguy1000
ThisGuyIKnow wrote: Hello,

I upgraded from 1.2.3 (Black Rock) to 1.2.4 (Greenland) today. The instructions were very well written, but I wanted clarification on when running upgrade.php is needed. As far as I can grok, it is only needed when a CMSMS version upgrade needs to alter the database tables and it is not needed when using the "diff" methods because those only involve updating files. Is that correct?
Correct, the upgrade.php is only needed when the database schema changes.  Usually we only do full releases for thse.

I was also wondering if it may be helpful identify that there's 3 distinct methods to upgrading? (see attached image that marks the different methods, I think, with red frames/numbers) Perhaps using the MediaWiki headers could mark the different methods? Only a suggestion, of course.

Still enjoying CMSMS thoroughly! :) Am using it for 2 of my personal websites and will be implementing it at work soon.

- Gavin
[/quote]

Re: Upgrading Instructions & upgrade.php Clarification

Posted: Thu Apr 03, 2008 2:49 pm
by ThisGuyIKnow
calguy1000 wrote:
ThisGuyIKnow wrote: Hello,

I upgraded from 1.2.3 (Black Rock) to 1.2.4 (Greenland) today. The instructions were very well written, but I wanted clarification on when running upgrade.php is needed. As far as I can grok, it is only needed when a CMSMS version upgrade needs to alter the database tables and it is not needed when using the "diff" methods because those only involve updating files. Is that correct?
Correct, the upgrade.php is only needed when the database schema changes.  Usually we only do full releases for thse.
Excellent. Thank you. What is meant by "full releases"? Is that, for example, 1.2.4 -> 1.3.0 or maybe 1.2.4 -> 2.0?