Forum OpenACS CMS: Re: running into some errors and or issues

Collapse
Posted by Gustaf Neumann on
Can you connect to the DB via psql without password?

psql -U nsadmin -d oacs-5-9-1

If PostgreSQL asks for a password, you should either allow local access without a password (usual configuration), or provide a password via the config file.