Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
Gary Lai
Joined
20 Experience
0 Lessons Completed
0 Questions Solved
Activity
How about:
```
sudo chmod go=r /etc/apt/sources.list.d/passenger.list
```
After I installed the postgres, I ran the script below
```
sudo su - postgres
createuser --pwprompt
```
However, it showed, "createuser: creation of new role failed: ERROR: role "postgres" already exists"
What's the problem?