FATAL: role "root" does not exist

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • edwige
    New Member
    • Sep 2007
    • 1

    FATAL: role "root" does not exist

    I just installed PostgreSQL on ubuntu linux. the installer does everything for, but I try to use "createuser " I get this message: { FATAL: role "root" does not exist }

    I have tried different suggestions from the Net, nothing seems to work. How do I correct the problem?
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Creating user should be done be user postgres. If u want to create user from the root account u should create it first using postgres account.

    Comment

    Working...