#3343 tagger's credentials fail on db-community.stg (db02.stg)
Closed: Fixed None Opened 11 years ago by ralph.

= phenomenon =
Requests to https://apps.stg.fedoraproject.org/tagger result in a 500 error.

= background analysis =

The /etc/httpd/logs/error_log shows the following:

{{{
<class 'sqlalchemy.exc.OperationalError'>: (OperationalError) FATAL: password authentication failed for user "fedoratagger"
}}}

The sqlalchemy url in /etc/fedoratagger/production.ini is

{{{
sqlalchemy.url = postgres://fedoratagger:<snip>@db-community.stg/fedoratagger
}}}

I'm not sure what db tagger was pointed at before when it was running on
community01.dev, but it worked then.

= implementation recommendation =

Setup credentials for a 'fedoratagger' user and db on db02.stg.


I think this is fixed now.

I no longer see the errors in the httpd error log.

Can you confirm and close?

I reset the db password in db02.stg to what it expected.

This seems resolved now. Closing.

Login to comment on this ticket.

Metadata