<div dir="auto">Hello,<div dir="auto"><br></div><div dir="auto">Could you provide the full stacktrace please?</div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Thomas</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 15, 2020, 04:14 Louis Bertrand <<a href="mailto:Louis.Bertrand@durhamcollege.ca">Louis.Bertrand@durhamcollege.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I get a strange exception when trying to create the database for a fresh installation of Kallithea. The exception complains about unknown user "user" even though I specified --user=Kallithea on the command line.<br>
<br>
The full command line, run as user Kallithea:<br>
$ kallithea-cli db-create -c my.ini --user=kallithea --password=blahblah --email=kallithea@domain.tld --repos=/var/lib/kallithea/repos<br>
<br>
The exception seems to be raised by psycopg2 when connecting to the database, and called from sqlalchemy:<br>
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)<br>
psycopg2.OperationalError: FATAL:  password authentication failed for user "user"<br>
<br>
The user kallithea exists as a PostgreSQL role and has createdb permission, but it seems that the user name doesn't get through to sqlalchemy because it's using "user" instead of the name supplied on the command line.<br>
<br>
Any ideas? Full rollback available if you wish.<br>
<br>
Thanks<br>
 --Louis<br>
<br>
<br>
Louis Bertrand, P.Eng.<br>
Professor, School of Science and Engineering Technology<br>
Durham College, Oshawa ON Canada<br>
<br>
________________________________<br>
<br>
________________________________<br>
This message is intended only for the named recipients. This message may contain information that is confidential or exempt from disclosure under applicable law. Any dissemination or copying of this message by anyone other than a named recipient is strictly prohibited. If you are not a named recipient or an employee or agent responsible for delivering this message to a named recipient, please notify us immediately, and permanently destroy this message and any copies you may have. Warning: Email may not be secure unless properly encrypted.<br>
_______________________________________________<br>
kallithea-general mailing list<br>
<a href="mailto:kallithea-general@sfconservancy.org" target="_blank" rel="noreferrer">kallithea-general@sfconservancy.org</a><br>
<a href="https://lists.sfconservancy.org/mailman/listinfo/kallithea-general" rel="noreferrer noreferrer" target="_blank">https://lists.sfconservancy.org/mailman/listinfo/kallithea-general</a><br>
</blockquote></div>