[DiscordArchive] Did the apt not output any errors at all?
[DiscordArchive] Did the apt not output any errors at all?
Archived author: Revision • Posted: 2021-05-12T14:53:06.295000+00:00
Original source
Did the apt not output any errors at all?
Archived author: Revision • Posted: 2021-05-12T14:53:24.466000+00:00
Original source
It should have thrown errors about mysql-client (for example) since with mariadb installed it requires a different package
Archived author: Revision • Posted: 2021-05-12T14:53:49.724000+00:00
Original source
atleast from what I remember when I was still running the database on the same system
Archived author: Revision • Posted: 2021-05-12T14:55:26.400000+00:00
Original source
What does 'systemctl status mariadb' say?
Archived author: Roddan • Posted: 2021-05-12T15:08:41.209000+00:00
Original source
```Unit mariadb.service could not be found.```
Archived author: Revision • Posted: 2021-05-12T15:11:14.288000+00:00
Original source
What if you install it again? It shouldn't have removed the data stored unless it's being stupid or if something told it to.
Archived author: Revision • Posted: 2021-05-12T15:11:46.496000+00:00
Original source
I mean just apt install mariadb-server and systemctl enable --now mariadb
Archived author: Roddan • Posted: 2021-05-12T15:12:05.754000+00:00
Original source
I get this ```
mariadb-server : Depends: mariadb-server-10.3 (>= 1:10.3.29-0ubuntu0.20.04.1) but it is not going to be installed
```
Archived author: Revision • Posted: 2021-05-12T15:12:12.742000+00:00
Original source
um
Archived author: Roddan • Posted: 2021-05-12T15:12:13.844000+00:00
Original source
it's weird