Dear list,
I was very curious to upgrade to the latest roundcube. My running version was 0.3.1. I have downloaded the 0.4-beta and as suggested copied the index.php, bin; Sql.. etc.. by
cp -rvf < latest_folder > <existing_old_folder>
I have followed this for all the folders suggested in UPGRADE file.
When I tried with the bin/update.sh it reported as
bin/update.sh: line 2: ?php: No such file or directory
bin/update.sh: line 3: syntax error near unexpected token `!='
bin/update.sh: line 3: `if (php_sapi_name() != 'cli') {'
So I unlocked the installer and tried with web interface. #3 Test Config suggested to upgrade the mysql by SQL/mysql.update.sql. Hence I executed the statements belonged to the "upgrade from 0.3.1..." section. But still the web interface is unhappy with DB schema and reports
Check configured database settings
DSN (write): OK
DB Schema: NOT OK(Database schema differs)
Please manually execute the SQL statements from
/srv/www/htdocs/roundcubemail-0.3.1/SQL/mysql.update.sql on your database.
See comments in the file and execute queries that are superscribed with
the currently installed version number.
Though I can log in the email account successfully, I wonder if the mysql warnings indicates any real trouble which can screwup my installation in future when I'll go for up-gradation again . i.e. to 0.4 stable branch
Any clue/suggestion/hint please ?
Thanks