Skip to content

Errors of creating a postgresql super user (with virtualbox) #24

@azaazafighting

Description

@azaazafighting

Does anyone know how to solve the problem when running install_all.sh:
OS: Ubuntu 18
Version: Postgresql 10 (cannot get resources for 9.1 as suggested)
Issue:
An error occurs when running the command
sudo pg_ctlcluster 10 label material start
Here is the error message:
Config owner (xxxx:1000) and data owner (postgres:126) do not match, and config owner is not root.

The installation stops when running the following command
sudo -u postgres psql -p 5433
Here is the error message:

psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s/PGSQL.5433"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions