How to upgrade ClearDB database for Azure App Service - Deprecated

2 minute read | By Srikanth S.

If you are using ClearDB as your MySQL database on Azure, you probably know that there is no upgrade path available on Azure portal. The only way to upgrade would be through ClearDB dashboard. You will need to put your credit card information on ClearDB portal to upgrade your database. This blog talks about how to migrate to a higher plan, if you don’t want to put credit card on ClearDB portal.

You can upgrade ClearDB database from ClearDB portal, but there are two ways you can get there:

1) ClearDB Upgrade URL

2) Azure Portal – Manage Database link.

**ClearDB Upgrade URL**

The url for upgrading ClearDB database is: https://www.cleardb.com/store/azure/upgrade. But when you go to upgrade url, you will be asked for a username/password/database name to get in (unless you have setup a profile already).

Note: If you have a profile setup already, then you can login into ClearDB portal and upgrade directly.

Below is a screen which will show up if you go to upgrade url:

image

You would need to get the username/password and database name from your application config file which has database details specified. Below are list of config files for some applications:

WordPress: d:\home\site\wwwroot\wp-config.php

Drupal: d:\home\site\wwwroot\sites\default\settings.php

Joomla: d:\home\site\wwwroot\configuration.php

You can access these files from kudu console or by ftp’ing to your Web App.

**Azure Portal – Manage Database Link**

Login into Azure Portal ( http://portal.azure.com) and Click on Browse ( at bottom Left) – > Type “mysql” in Filter box –> Choose “MySQL databases” (second option) from the list.

image

You should now see a list of databases.

Click on one of the databases and you should see a “Manage Database” link like below:

clip_image002

Click on “Manage Database” and this should take you to ClearDB dashboard portal.

Note: If you do not see any databases under the list, you can create a Free (Mercury) tier database and go to ClearDB dashboard from there. It should list all databases created under your current subscription.

image image

Once you are on ClearDB dashboard portal, click on “Dashboard” tab. This will show all your databases created with ClearDB like this:

clip_image002[5]

Click on Upgrade and it should take you through the upgrade process.

Note: Sometimes you don’t see the same database name on Azure Portal and ClearDB dashboard. This is because ClearDB creates a unique database name across its landscape. So you will see database names like acsm_db1234xyzetc. The way to find out your actual database name is again on Azure portal as shown below under connection string:

image

Also please find ClearDB FAQ for Azure App Service here: https://azure.microsoft.com/en-us/documentation/articles/store-cleardb-faq/