Details
-
Technical task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
N/A
-
None
-
10.1.14
Description
On CentOS 5 (same on CentOS 6, RHEL 5):
# Install MariaDB-Galera-server, e.g. 10.0:
|
sudo yum install MariaDB-Galera-server MariaDB-client
|
...
|
# Start the server:
|
sudo /etc/init.d/mysql start
|
Starting MySQL.. [ OK ]
|
mysql -uroot -e "select @@version, @@version_comment"
|
+-----------------------+--------------------------------------+
|
| @@version | @@version_comment |
|
+-----------------------+--------------------------------------+
|
| 10.0.24-MariaDB-wsrep | MariaDB Server, wsrep_25.13.raf7f02e |
|
+-----------------------+--------------------------------------+
|
Then upgrade to the new MariaDB-server and MariaDB-client (from MDEV-9584), either via yum upgrade or via yum install.
The upgrade happens, new RPMs are installed, old ones are removed, it's all good:
MariaDB-server-10.1.13-1
|
MariaDB-common-10.0.24-1
|
MariaDB-client-10.1.13-1
|
But the server does not get started. From the log it looks like no attempt has been made, the old server shuts down normally, and that's it.
Manual (re)start works, new server starts.
On CentOS 7 it's slightly different, the old server keeps running.
Attachments
Issue Links
- is part of
-
MDEV-22329 Packages issues when upgrading
- Open
- relates to
-
MDEV-9766 Testing for MDEV-9584 (Relaxed rules for yum upgrade)
- Stalled