Skip to content
Discussion options

You must be logged in to vote

Following up for anyone that may run into this issue.

The process I was following was correct, the problem was related to unfamiliarity with postgresql. I was able to determine the peer authentication error was caused by the operating system and database user names not matching, not incorrect credentials as I believed. To log in I need to specify the user to run the psql as by using "sudo -u postgres psql". This allowed me to log in and perform the REINDEX and version refresh on the postgres database. I then needed to specify "-d ztnet" with the previous command to access the ztnet database and do the same.

After fixing the databases, I was still unable to access the ztnet GUI via browser…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pilotbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant