2022/05/13(金)DSM 7.1 photoインストールできない問題解決策

Try:

Login with SSH, then "sudo -i" to get root access

Make a backup with:
"mv /volume1/@database/pgsql /volume1/@database/pgsql-bk"

Then create the folder:
"mkdir /volume1/@database/pgsql"

Change the rights:
"chown postgres.postgres /volume1/@database/pgsql"

Then you can start the pgsql:
"systemctl start pgsql-adapter.service"

And check if it ok:
"systemctl status pgsql-adapter.service"
OK キャンセル 確認 その他