Upgrading from 3.8.3+ to 3.10+ in Azure

Upgrading from 3.8.3+ to 3.10+ in Azure

ved David Wainwright -
Antal besvarelser: 1

When trying to upgrade from 3.8.3+ to 3.10+ in Azure, I am getting error 'version 5.7 is required and you are running 5.6.47.0'.

The server instance version of MySql is 5.7.29. Could this be due to the following with Azure sending through a gateway and moodle is picking up the gateway version?

Supported versions - Azure Database for MySQL | Microsoft Docs

In the service, a gateway is used to redirect the connections to server instances. After the connection is established, the MySQL client displays the version of MySQL set in the gateway, not the actual version running on your MySQL server instance. To determine the version of your MySQL server instance, use the SELECT VERSION(); command at the MySQL prompt.

I've also tried with Mariadb, same error, assuming it uses the same gateway if this is the issue.


Bilag error.png
Bilag server version.png
Gennemsnitsbedømmelse: -