For me it was for postgres not being started and enabled. So I solved the problem by doing so:
sudo systemctl start postgresql
sudo systemctl enable postgresql
For me it was for postgres not being started and enabled. So I solved the problem by doing so:
sudo systemctl start postgresql
sudo systemctl enable postgresql