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? :-\
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.