facing issue while applying migration #3327
-
I am trying to setup Ory hydra on production on Azure VM using Ubuntu 20.04 but got some issues while following the documentation- so I used this one -
after doing this I downloaded config file using this url-
and then added the following lines in hydra.yml file-
then I tried to apply the migration using- but getting the following error-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @Amanb1145 Based on the error message you provided, it seems like the issue is related to the authentication with your PostgreSQL database. Here are some steps you can follow to troubleshoot this issue:
Also, ensure that you have followed all the steps in the Ory Hydra documentation for setting up the PostgreSQL database and Ory Hydra correctly. |
Beta Was this translation helpful? Give feedback.
Hello @Amanb1145
Apologies for the late response, how is it going for you now?
Based on the error message you provided, it seems like the issue is related to the authentication with your PostgreSQL database.
The error message FATAL: password authentication failed for user "hydra" indicates that the password provided for the user "hydra" is incorrect or the user does not exist in your PostgreSQL database.
Here are some steps you can follow to troubleshoot this issue: