Skip to content

Commit

Permalink
database not exist timp
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Apr 15, 2024
1 parent f30bf07 commit fc66bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ To assume the role of ``postgres`` run as root:
.. tip::

If you see an error message like ``psql: FATAL: role "<role_name>" does not exist``, probably you don't have any role created yet.
You can use ``-d template1`` to connect to the default database and create a new role.
You can run ``psql -l`` to check the exist roles and specify the correct one with the ``-U`` option.
If the error message is ``psql: FATAL: database "<database_name>" does not exist``, you can use default database ``template1`` with ``psql -d template1``.

Create a new database user account for AiiDA by running:

Expand Down

0 comments on commit fc66bb2

Please sign in to comment.