Re: Several problems with installation on FreeBSD - how to reinstall without loosing data

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Several problems with installation on FreeBSD - how to reinstall without loosing data
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17C21304@ntex2010a.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Several problems with installation on FreeBSD - how to reinstall without loosing data  (Jon Theil Nielsen <jontheil@gmail.com>)
Ответы Re: Several problems with installation on FreeBSD - how to reinstall without loosing data  (Jon Theil Nielsen <jontheil@gmail.com>)
Список pgsql-novice
Theil Nielsen wrote:
> First error message:
> "postgres[15928]: [29993-1] FATAL:  role "root" does not exist"
> 
> Created user "root" with a command like "createuser -sdrP root" (not absolutely sure).
> 
> After restart, I got the error message:
> "FATAL:  database "root" does not exist"
> 
> Then, from the webmin interface, I created an empty database called "root" owned by user "root" using
> no template.

That looks like you are OS user "root" and type "psql" on the command line.
By default PostgreSQL will try to use the OS user name for database user and
database.

A wild guess: could it be that you mean to call "psql"
as OS user "pgsql" and not as "root"?

> After restart, I now got the error message:
> "FATAL:  connection to client lost".

Ok, that seems to be a different problem.

Are there any odd things in the database log?

Yours,
Laurenz Albe

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Christofer C. Bell"
Дата:
Сообщение: Re: Several problems with installation on FreeBSD - how to reinstall without loosing data
Следующее
От: Jon Theil Nielsen
Дата:
Сообщение: Re: Several problems with installation on FreeBSD - how to reinstall without loosing data