Carbonio upgrade, t...
 
Notifications
Clear all

Carbonio upgrade, then mysql failure

2 Posts
2 Users
0 Reactions
784 Views
(@harlan)
New Member
Joined: 2 years ago
Posts: 2
Topic starter  

After upgrading on Ubuntu, I'm getting this error:

2024-07-29 14:03:51 0 [Note] InnoDB: Uses event mutexes
2024-07-29 14:03:51 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2024-07-29 14:03:51 0 [Note] InnoDB: Number of pools: 1
2024-07-29 14:03:51 0 [Note] InnoDB: Using generic crc32 instructions
2024-07-29 14:03:51 0 [Note] InnoDB: Using Linux native AIO
2024-07-29 14:03:51 0 [Note] InnoDB: Initializing buffer pool, total size = 1879048192, chunk size = 134217728
2024-07-29 14:04:03 0 [Note] InnoDB: Completed initialization of buffer pool
2024-07-29 14:04:03 0 [ERROR] InnoDB: Upgrade after a crash is not supported. The redo log was created with MariaDB 10.4.33. You must start up and shut down MariaDB 10.4 or earlier on the data directory.
2024-07-29 14:04:03 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2024-07-29 14:04:03 0 [Note] InnoDB: Starting shutdown...
2024-07-29 14:04:04 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2024-07-29 14:04:04 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-07-29 14:04:05 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2024-07-29 14:04:05 0 [ERROR] Aborting
240729 14:04:05 mysqld_safe mysqld from pid file /run/carbonio/mysql.pid ended

 

Needless to say, I'm no longer getting emails.  I've looked up the mysql error and tried their suggestions, but keep getting this error:

$ mysql_upgrade
Reading datadir from the MariaDB server failed. Got the following error when executing the 'mysql' command line client
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/run/carbonio/mysql.sock' (2)
FATAL ERROR: Upgrade failed

 

And this error:

sudo /opt/zextras/common/bin/mysql_upgrade
[sudo] password for zextras:
Sorry, user zextras is not allowed to execute '/opt/zextras/common/bin/mysql_upgrade' as root on mail.bloomenterprises.org.

 

I really do rely on my server running.

Thanks,

Harlan...

 


   
Quote
(@getonlinepro)
New Member
Joined: 2 years ago
Posts: 5
 

Hi,

Check the error log in /opt/zextras/log/mysql_error.log

Most likely the above error will come up that the Mysql version is higher than expected.

Use apt install to install the older version. You can get info about upgrades from the dpkg.log file.

Goog luck.

Sandor


   
ReplyQuote