[MDEV-31718] MariaDB 10.3 Fails to Launch if Installed While MySQL is Running on Ubuntu 20.04 Created: 2023-07-17 Updated: 2023-07-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.3.38 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | cive Nakamura | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
Ubuntu 20.04.6 LTS (server) |
||
| Description |
|
Summary: On Ubuntu 20.04 Server Edition, MariaDB 10.3, once installed while MySQL server is running, fails to launch after installation. Steps to Reproduce: 1. Install Ubuntu 20.04 Server. Expected Result: MariaDB 10.3 should launch successfully after installation. Actual Result: MariaDB 10.3 fails to launch after installation. ``` Jul 17 05:11:11 ubuntu systemd[1]: Starting MariaDB 10.3.38 database server... Additional Information: When following the same steps on Ubuntu 22.04 LTS, no such error occurred and MariaDB (10.6) launched as expected. Additional Comments: While I understand this may not be a common or recommended operational scenario, I believe it's essential for software to handle such situations gracefully. Ideally, one should create a dump using mysqldump before making such changes, and I believe recovery would be possible in such a case. However, if a dump was not created, there is a potential risk of data loss. Unexpected behavior like this could lead to confusion and could potentially disrupt services. — |