Roundcube Community Forum

 

[SOLVED] Error updte 0.8.6-1.0.1 Updating database schema

Started by RafMas, May 27, 2014, 10:32:30 AM

Previous topic - Next topic

RafMas

I'm trying  update from 0.8.6 to 1.0.1 using the bin/installto.sh, but I have this message:

sent 2910 bytes  received 31 bytes  5882.00 bytes/sec
total size is 2832  speedup is 0.96
sending incremental file list
LICENSE

sent 35227 bytes  received 31 bytes  70516.00 bytes/sec
total size is 35147  speedup is 1.00
done.

Running update script at target...
WARNING: Replaced config options:
(These config options have been replaced or renamed)
- 'min_keep_alive' was replaced by 'min_refresh_interval'
- 'keep_alive' was replaced by 'refresh_interval'
- 'top_posting' was replaced by 'reply_mode'

NOTICE: Obsolete config options:
(You still have some obsolete or inexistent properties set. This isn't a problem but should be noticed)
- 'db_max_length'

Do you want me to fix your local configuration? (y/N)
y
. backing up the current config file(s)...
. writing /usr/share/apache2/roundcubemail-0.8.6/config/config.inc.php...
Done.
Your configuration files are now up-to-date!
Executing database schema update.
Updating database schema (2012080700)... [FAILED]
ERROR: Error in DDL upgrade 2012080700: [1142] ALTER command denied to user 'roundcube'@'localhost' for table 'cache'All done.




I´m using Debian 7.5.0 32b +iRedMail  (VirtualBox with a backup from real server).

Dennis1993

Read the message
QuoteERROR: Error in DDL upgrade 2012080700: [1142] ALTER command denied to user 'roundcube'@'localhost' for table 'cache'All done.
Your user has not all permissions to ALTER a table. Grant it the permissions and it will work.

RafMas