Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.4.12, 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
Hello Folks,
Any reason for the mariadb.service unit not be enabled to start at OS boot for the MariaDB Server 10.4.12, as it is for the 10.3?
[BIANCHI LABS] root@opmdb01: ~ # systemctl is-enabled mariadb.service |
disabled
|
|
[BIANCHI LABS] root@opmdb01: ~ # mysqld --version |
mysqld Ver 10.4.12-MariaDB-log for Linux on x86_64 (MariaDB Server) |
|
[BIANCHI LABS] root@opmdb01: ~ # rpm -qa | grep -i mariadb |
MariaDB-client-10.4.12-1.el7.centos.x86_64 |
MariaDB-common-10.4.12-1.el7.centos.x86_64 |
MariaDB-backup-10.4.12-1.el7.centos.x86_64 |
MariaDB-compat-10.4.12-1.el7.centos.x86_64 |
MariaDB-server-10.4.12-1.el7.centos.x86_64 |
Thanks!
Attachments
Issue Links
- is caused by
-
MDEV-19432 Systemd service does not get re-enabled after upgrade
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Summary | The mariadb.service unit not enabled after set up (enabled commands to start at boot) | The mariadb.service unit not enabled after MDB set up (enabled commands to start at boot) |
Description |
Hello Folks,
Any reason for the mariadb.service unit not be enabled to start at OS boot for the MariaDB Server 10.4.12, as it is for the 10.3? {code:java} [BIANCHI LABS] root@opmdb01: ~ # systemctl is-enabled mariadb.service disabled [BIANCHI LABS] root@opmdb01: ~ # mysqld --version mysqld Ver 10.4.12-MariaDB-log for Linux on x86_64 (MariaDB Server) [BIANCHI LABS] root@opmdb01: ~ # rpm -qa | grep -i mariadb MariaDB-client-10.4.12-1.el7.centos.x86_64 MariaDB-common-10.4.12-1.el7.centos.x86_64 MariaDB-backup-10.4.12-1.el7.centos.x86_64 MariaDB-compat-10.4.12-1.el7.centos.x86_64 MariaDB-server-10.4.12-1.el7.centos.x86_64 {code} Thanks! |
Hello Folks,
Any reason for the mariadb.service unit not be enabled to start at OS boot for the MariaDB Server 10.4.12, as it is for the 10.3? {code:java} [BIANCHI LABS] root@opmdb01: ~ # systemctl is-enabled mariadb.service disabled [BIANCHI LABS] root@opmdb01: ~ # mysqld --version mysqld Ver 10.4.12-MariaDB-log for Linux on x86_64 (MariaDB Server) [BIANCHI LABS] root@opmdb01: ~ # rpm -qa | grep -i mariadb MariaDB-client-10.4.12-1.el7.centos.x86_64 MariaDB-common-10.4.12-1.el7.centos.x86_64 MariaDB-backup-10.4.12-1.el7.centos.x86_64 MariaDB-compat-10.4.12-1.el7.centos.x86_64 MariaDB-server-10.4.12-1.el7.centos.x86_64 {code} Thanks! |
Link |
This issue is caused by |
Component/s | Scripts & Clients [ 11002 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Affects Version/s | 10.1 [ 16100 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.4 [ 22408 ] | |
Assignee | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Fix Version/s | 10.1 [ 16100 ] |
Workflow | MariaDB v3 [ 104195 ] | MariaDB v4 [ 144229 ] |
Fix Version/s | 10.2 [ 14601 ] |
Fix Version/s | 10.3 [ 22126 ] |
Or we enable that during the setup of the package:
Created symlink from /etc/systemd/system/mysql.service to /usr/lib/systemd/system/mariadb.service.
Created symlink from /etc/systemd/system/mysqld.service to /usr/lib/systemd/system/mariadb.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.
enabled
Or we add the above the installation documentation.