Thank you very much for the help @Grmacjon-MSFT . I have found the cause of the issue. It was caused by an error in filling in the environment variables. The error message confused me by assigning the cause to a SSL error. These messages should be reviewed. I apreciate your help. Best regards, take care and good luck for you.
Error migrating Django database to Postgres by de SSH web
By migrating the database of a Django app, I can enter the virtual environment and install the dependencies. But when I try to migrate the database, the following messages are displayed: 'FATAL: Password authentication failed for user "root"' and 'FATAL: SSL connection is required. Please specify SSL options and retry.'
Could someone help me? Does anyone know what may be happening?
7 answers
Sort by: Most helpful
-
-
Rimar 1 Reputation point
2020-08-11T22:24:23.677+00:00 Hi @Grmacjon-MSFT ,
The wrong environment variable was the "resource-group". My mistake was to put the application's resource group in place of the database resource group. It's a trivial error but the error message confused me.
It's all right now. Thank you once more time.