Installing FUDforum from CVS [message #37145] |
Tue, 08 May 2007 21:31 |
pachanga
Messages: 7 Registered: May 2007
Karma: 0
|
Junior Member |
|
|
I find upgrade scripts and installers to much magic for me and I like installing PHP software using more low-level ways: get archive, unpack it, copy this and that, edit config settings, etc.
Unfortunately(at least for me) FUDforum is shipped as a wizard and there're no traditional release tarballs(I couldn't find any). Thus I decided to go the CVS route and check out FUDforum from there.
Hence I have the question regarding database schema changes between releases. Can I safely, say, use database schema from 2.7.4 with HEAD code(which is 2.7.7RC2 atm). What is the general rule for assigning releases versions if database schema is changed? Are you changing the minor number in this case(meaning 2.7.4 schema is compatible with 2.7.7)?
|
|
|
Re: Installing FUDforum from CVS [message #37158 is a reply to message #37145] |
Thu, 10 May 2007 00:05 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The upgrade script updates the database if needed based on the table definitions inside the sql directory. Because that is the case database schema can change between any release version.
FUDforum Core Developer
|
|
|
Re: Installing FUDforum from CVS [message #37162 is a reply to message #37158] |
Thu, 10 May 2007 07:07 |
pachanga
Messages: 7 Registered: May 2007
Karma: 0
|
Junior Member |
|
|
Ilia wrote on Wed, 09 May 2007 20:05 | The upgrade script updates the database if needed based on the table definitions inside the sql directory. Because that is the case database schema can change between any release version.
|
Hmm...I see. Does it mean you recommend applying all upgrade scripts one-by-one released since 2.7.4 up to 2.7.7RC2 in my case?
|
|
|
Re: Installing FUDforum from CVS [message #37171 is a reply to message #37162] |
Thu, 10 May 2007 21:55 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
No, the upgrade scripts are cumulative, the script for 2.7.7 will upgrade the forum on its own from any 2.2+ release.
FUDforum Core Developer
|
|
|
|
|