Hi.
I have fresh hyper-v (from vhdx img) install. AD integration + some minimal tunning, like redirect nextloud as default page and url cname alias for nextcloud + LE certs for both. All working.
But from begin, after VM reboot, postgresql9.6 does not start automaticaly. If i run it later manually (by uninvention portal) everyting works. Saddly, service show same status, while pg working, or not, only in portal is shown correctly (stoped, autostart):
Dead status:
root@ucs:~# service postgresql status
● postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
Active: active (exited) since Thu 2020-09-24 10:52:10 CEST; 3min 1s ago
Process: 776 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 776 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 19660)
Memory: 0B
CPU: 0
CGroup: /system.slice/postgresql.service
Sep 24 10:52:10 ucs systemd[1]: Starting PostgreSQL RDBMS…
Sep 24 10:52:10 ucs systemd[1]: Started PostgreSQL RDBMS.
Living status:
root@ucs:~# service postgresql status
● postgresql.service - PostgreSQL RDBMS
Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled)
Active: active (exited) since Thu 2020-09-24 10:52:10 CEST; 3min 48s ago
Process: 776 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 776 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 19660)
Memory: 0B
CPU: 0
CGroup: /system.slice/postgresql.service
Sep 24 10:52:10 ucs systemd[1]: Starting PostgreSQL RDBMS…
Sep 24 10:52:10 ucs systemd[1]: Started PostgreSQL RDBMS.
May I hope in any sugesstion?