[MDEV-21793] The mariadb.service unit not enabled after MDB set up (enabled commands to start at boot) Created: 2020-02-21 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients, Server |
| Affects Version/s: | 10.1, 10.4.12, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Wagner Bianchi (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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?
Thanks! |
| Comments |
| Comment by Wagner Bianchi (Inactive) [ 2020-02-21 ] | ||||||||
|
Or we enable that during the setup of the package:
Or we add the above the installation documentation. | ||||||||
| Comment by Elena Stepanova [ 2020-03-07 ] | ||||||||
|
I assume by "as it is for the 10.3" you mean either 10.3.18 or earlier, or an upgrade from a previous version. The difference apparently came with
The postin script did and still does enable the service, but then /usr/bin/systemctl preset mariadb.service disables it again – at least on CentOS, for new installations. |