Author Topic: [SOLVED] Error updte 0.8.6-1.0.1 Updating database schema  (Read 3406 times)

Offline RafMas

  • Newbie
  • *
  • Posts: 2
[SOLVED] Error updte 0.8.6-1.0.1 Updating database schema
« on: May 27, 2014, 10:32:30 AM »
I'm trying  update from 0.8.6 to 1.0.1 using the bin/installto.sh, but I have this message:
Code: [Select]
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).
« Last Edit: May 27, 2014, 03:11:41 PM by RafMas »

Offline Dennis1993

  • Full Member
  • ***
  • Posts: 69
Re: Error updte 0.8.6-1.0.1 Updating database schema
« Reply #1 on: May 27, 2014, 11:22:58 AM »
Read the message
Quote
ERROR: 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.

Offline RafMas

  • Newbie
  • *
  • Posts: 2
Re: Error updte 0.8.6-1.0.1 Updating database schema
« Reply #2 on: May 27, 2014, 03:07:56 PM »
works
Thanks!!!!!!!!!!!!!!!!!!!!!!!
 :)