Thanks for all the help in my attempt to install Arches (Win8.1 x64), After resolving elasticsearch installation, I actually find an error creating the postgres database, following the
python manage.py packages -o setup_db at the same point as in an existing thread in this group, which is not giving me a solution. I receive this error message: File "C:/Projects\ENV\lib\site-packages\psycopg2\__init__.py", line 130 in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync django.db.utils.OperationalError: FATAL: pw authentification failed for user postgres I checked the pw issuing psql -U postgres -W -h localhost, so I'm pretty sure about the pw (different from the one suggested on Arches documentation). I also attempted to modify pg_hba.config substituting md5 with true as suggested in some stack thread... In this case reissuing the database creation command doesn't ask me for a pw, but again stops at the same line 130 but with a different error: django.db.utils.OperationalErro: FATAL: cannot load pg_hba.conf Not sure if it could be originated by a bad postgres installation or I can check some other solution before reinstalling postgres 9.6.8... best, -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
