Обсуждение: Can't start postgresql 11

Поиск
Список
Период
Сортировка

Can't start postgresql 11

От
Tu Trinh Nguyenha
Дата:
Dear Sir/ Madame, 

I am dealing with the issue of starting postgresql 11 after I upgraded to Mac Os Mojave yesterday. 

The error message I have received is:" The operation couldn't be completed. (com.postgresapp.Postgres2.ClientLauncher error 0.)

Could you please advise what I need to do?
Thank you.


Kind regards, 
Trinh Nguyen.
+31 638 188 066

Re: Can't start postgresql 11

От
Tom Lane
Дата:
Tu Trinh Nguyenha <nguyenhatutrinh@gmail.com> writes:
> I am dealing with the issue of starting postgresql 11 after I upgraded to
> Mac Os Mojave yesterday.

It's unlikely this is really a Postgres bug, but ...

> The error message I have received is:" The operation couldn't be completed.
> (com.postgresapp.Postgres2.ClientLauncher error 0.)

That's pretty unhelpful :-(.  A reasonable bet is that the upgrade messed
up file permissions on something, but evidently the PostgresApp wrapper
isn't going to help you find out what.

 Do you get anything more useful if you try to start the postmaster by
hand, ie "postmaster -D/path/to/data/directory"?

            regards, tom lane