Transfer the tenant's database manually
To transfer the tenant's database manually, first export the database and then import the database into the destination location.
- Open the Windows Azure Management portal.
- Select the database to move to the new database server and click Export.
- In the Export Database Settings window, select the BLOB STORAGE ACCOUNT and CONTAINER.
-
Enter the database login credentials such as username and
password, and click
Ok.
The database is created as .bacpac file in the specified container.
Note Rename the filename similar to the database name, for example, TotalAgility_<Tenant Code>. - To import the database in the destination location, click New > DATA SERVICES > SQL DATABASE > IMPORT.
- Select the .bacpac file and specify the destination database location.
-
Enter the database details and click
Ok.
A message appears to indicate the import was successful.
Important While updating the tenant's storage account, you must first download all the files from the current account and upload them to the new account. To perform this operation, you can use a Storage Management tool such as Clumsy Leaf Software's CloudXplorer.