Does RC2 have any differences in the database, admin or require changes to modules?
I switched from RC1 to RC2 by dumping RC2 over RC1, copying some database settings from the old settings.inc to the new settings.inc and then running update.php. Update.php did not report any changes. I am wondering if there were any changes to the way the data is used?
During quick look through the admin section I did not spot any changes. The changelog suggested RC2 has only minor code changes that do not create any new functions or settings.
The only thing not working in my test site is path but that did not work in RC1. As soon as I can get path working, I can use RC2 for live Web sites.
If that is all then RC2 is an easy upgrade from RC1. So easy that it surprised me. Has anyone hit problems?
Comments
I have just updated my
I have just updated my Drupal 4.7 RC1 to 4.7 RC2 and didn't see any database update. I have looked at recent CVS messages and I think there is no database structure change.
--------------------------------------------------------------
http://www.students.itu.edu.tr/~koseer/drupal/ - works on PHP-TXT-DB database layer.
I tried running the update
I tried running the update script and got the following errors:
* user warning: Duplicate column name 'severity' query: ALTER TABLE watchdog ADD severity tinyint(3) unsigned NOT NULL default '0' in /home/worldfor/public_html/testbed/includes/database.mysql.inc on line 120.
* user warning: Duplicate column name 'referer' query: ALTER TABLE watchdog ADD COLUMN referer varchar(128) NOT NULL in /home/worldfor/public_html/testbed/includes/database.mysql.inc on line 120.
* user warning: Duplicate column name 'cache' query: ALTER TABLE sessions ADD cache int(11) NOT NULL default '0' AFTER timestamp in /home/worldfor/public_html/testbed/includes/database.mysql.inc on line 120.
I'll try doing it without running the update and see how things go.
Rob Hamm
http://www.bookmuncher.com
I update my website from beta-6 to RC2
I update my website from beta-6 to RC2. there was no database update. I just found that RC2 killed some bugs I encountered when using beta-6, which is really great!
--------------------------
http://www.kzeng.info
It never hurts
In 4.7 the update system changed so it is more specific about which database schema version you have. Running update.php again never hurts, provided you don't change the suggested selection of updates.
--
If you have a problem, please search before posting a question.
4.7.0 has better admin screens
4.7 has better admin screens than 4.6. I did not see any differences between RC1 and RC2. I found that I could change several things in the admin instead of having to add code to my theme. That means less custom code to maintain.
The Category module did not work 100% with RC1. I have not tried the latest version with RC2. Once Category is fully developed then most of my custom code will disappear and my theme will contain only the theme. I am looking forward to the final release of Drupal 4.7 and the final release of the Category module for 4.7.
petermoulding.com/web_architect
petermoulding.com/web_architect
Better than commercial software
Bug fixing for 4.7 is faster and smoother than for 4.6. Few commercial organisations, with all the expensive licensing money in their pocket, could match the clean up rate for Drupal 4.7.
"Many fingers make light work." Congratulations to those many fingers who make Drupal work.
petermoulding.com/web_architect
petermoulding.com/web_architect
Related
Questions about upgrade process: http://drupal.org/node/57886
petermoulding.com/web_architect
petermoulding.com/web_architect
RC2 to RC3
I updated RC2 to RC3 and there were no database changes.
petermoulding.com/web_architect
petermoulding.com/web_architect
Drupal 4.6.5 to 4.7.0 RC3
For those who are wondering what update.php does, here is the log from Drupal 4.7.0 RC3 update.php when applied to a Drupal 4.6.5 site.
petermoulding.com/web_architect
petermoulding.com/web_architect
RC3 to 4.7.0 production
No database updates. http://drupal.org/node/59466 still exists. Everything else looks good.
petermoulding.com/web_architect
petermoulding.com/web_architect