Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Yann on April 08, 2008, 05:37:04 PM

Title: Upgrade from Stable 0.1 to Stable 0.1.1
Post by: Yann on April 08, 2008, 05:37:04 PM
Hello everyone
I read about the new upgrade stable 0.1.1 and it seems like lot of stuff is fixed is that version. I want to get it done but I don't know how to do it to preserve user's data(very important). I searched for the documentation about the upgrade but nothing. How can I proceed to the upgrade without loosing data? :-\
Title: Re: Upgrade from Stable 0.1 to Stable 0.1.1
Post by: BlueC on April 08, 2008, 05:48:06 PM
Download 0.1.1 and look in the file called UPGRADING

It basically says:

UPDATE instructions
===================

Follow these instructions if upgrading from a previous version
of RoundCube Webmail.

from version 0.1-stable
----------------------------------------
* replace index.php
* replace all files in folder /bin/
* replace all files in folder /program/
* replace all files in folder /skins/default/
* run all commands in SQL/[yourdbtype].update.sql

That's it. BTW, there is a bug in the MYSQL.update.sql file - there should be a ";" [semi-colon] after DROP INDEX `uid`

The upgrade doesn't touch the user data.