-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
Description
Hi,
in aiida 1.1.1 installed from pip, following https://aiida-core.readthedocs.io/en/latest/install/installation.html , when I run
verdi quicksetup
and I specify a non default port, where my postgresql server is running, I get
postgres host [localhost]:
postgres port [5432]: 5532
postgres super user [postgres]: pippo
database [template1]:
Trying to access postgres ...
Info: database pippo_pippo_e0dd3f2f29ab1c1d2b829c504752073f already exists!
Use it (make sure it is not used by another profile)? [y/N]: y
Success: created new profile `pippo`.
Info: migrating the database.
Critical: database migration failed, probably because connection details are incorrect:
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
If I use the default port everything works well