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.