Skip to content

Commit

Permalink
Update docs/source/intro/installation.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Huber <[email protected]>
  • Loading branch information
unkcpz and sphuber authored Apr 17, 2024
1 parent 0576b44 commit 5cf8ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To assume the role of ``postgres`` run as root:

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 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``.
If the error message is ``psql: FATAL: database "<database_name>" does not exist``, you can use the default database ``template1`` with ``psql -d template1`` to connect.

Create a new database user account for AiiDA by running:

Expand Down

0 comments on commit 5cf8ba6

Please sign in to comment.