Home > Net >  System has not been booted with systemd ERROR when updating Postgresql in Ubuntu
System has not been booted with systemd ERROR when updating Postgresql in Ubuntu

Time:10-22

I've been following this link to update Postgresql on my Ubuntu-18.04 (VM running on Windows 10) https://computingforgeeks.com/install-postgresql-12-on-ubuntu/

However, Im getting the below error, so I cannot proceed.

.../desktop/my_app$ systemctl status postgresql.service
System has not been booted with systemd as init system (PID 1). Can't operate.

What can I do?

CodePudding user response:

service postgresql status or systemctl status postgresql

Must work.

  • Related