FATAL: role "" does not exist python postgres code example
Example: psql: error: FATAL: role "postgres" does not exist
createuser -U postgres -s YOURUSERNAME
createdb YOURUSERNAME
createuser -U postgres -s YOURUSERNAME
createdb YOURUSERNAME