Comment 6 for bug 514486

Revision history for this message
near (near) wrote :

New error:

make[1]: Entering directory `/home/launchpad/launchpad/lp-branches/devel/database/schema'
* If this fails you need to run as the postgresql superuser
* eg. sudo -u postgres make create

* Creating database "launchpad_empty".
Traceback (most recent call last):
  File "../../utilities/pgmassacre.py", line 288, in <module>
    sys.exit(main())
  File "../../utilities/pgmassacre.py", line 254, in main
    con = connect()
  File "../../utilities/pgmassacre.py", line 28, in connect
    return psycopg2.connect("dbname=%s" % dbname)
psycopg2.OperationalError: FATAL: role "launchpad" does not exist

make[1]: *** [create] Error 1
make[1]: Leaving directory `/home/launchpad/launchpad/lp-branches/devel/database/schema'
make: *** [schema] Error 2

Maybe should i restart from the beginning?