Skip to content

Commit 4d258cf

Browse files
committed
warnings
1 parent 63950cd commit 4d258cf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/app-service/migrate-wordpress.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The prerequisite is that the WordPress on Linux Azure App Service must have been
7070
1. Create a new Wordpress app using our [WordPress on Linux App Service template](https://aka.ms/linux-wordpress)
7171

7272
2. Open an SSH session using **WebSSH** from the Azure portal.
73-
![Web SSH](./media/post_startup_script_1.png)
73+
![Web SSH](./media/app-service-migrate-wordpress/post_startup_script_1.png)
7474

7575
3. Delete the existing content of **/home/site/wwwroot/wp-content** folder using the following command.
7676

@@ -84,7 +84,7 @@ The prerequisite is that the WordPress on Linux Azure App Service must have been
8484

8585
5. You can either point your WordPress to [use an existing MySQL database](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/using_an_existing_mysql_database.md), or use the steps below to migrate the content to the new database server (an Azure Database for MySQL flexible server) created by the WordPress on Linux App Services offering.
8686

87-
>**NOTE:** Azure Database for MySQL - Single Server is on the road to retirement by 16 September 2024. If your existing MySQL database is hosted on Azure Database for MySQL - Single Server, please consider migrating to Azure Database for MySQL - Flexible Server using the following steps, or using [Azure Database Migration Service (DMS)](https://learn.microsoft.com/azure/mysql/single-server/whats-happening-to-mysql-single-server#migrate-from-single-server-to-flexible-server).
87+
>**NOTE:** Azure Database for MySQL - Single Server is on the road to retirement by 16 September 2024. If your existing MySQL database is hosted on Azure Database for MySQL - Single Server, please consider migrating to Azure Database for MySQL - Flexible Server using the following steps, or using [Azure Database Migration Service (DMS)](/mysql/single-server/whats-happening-to-mysql-single-server#migrate-from-single-server-to-flexible-server).
8888

8989
6. If you chose to migrate the database, import the SQL file downloaded from the source database into the database of your newly created WordPress site. You can do it via the PhpMyAdmin dashboard available at **\<sitename\>.azurewebsites.net/phpmyadmin**. Please note that if you are unable to one single large SQL file, please try to break it into multiple smaller parts and try uploading. Steps to import the database through phpmyadmin are described [here](https://docs.phpmyadmin.net/en/latest/import_export.html#import).
9090

@@ -97,7 +97,7 @@ The prerequisite is that the WordPress on Linux Azure App Service must have been
9797
| DATABASE_USERNAME | Not Required |
9898
| DATABASE_PASSWORD | Not Required |
9999

100-
![Database Application Settings](./media/wordpress_database_application_settings.png)
100+
![Database Application Settings](./media/app-service-migrate-wordpress/wordpress_database_application_settings.png)
101101

102102
## Post Migration Actions
103103

@@ -107,9 +107,9 @@ It is an optional step, after the site migration it is recommended to validate t
107107

108108
- The W3TC plugin should be activated and configured properly to use the local Redis cache server and Azure CDN/Blob Storage (if it was configured to use them originally). For more information on how to configure these, please refer to the following documentations:
109109

110-
- [Local Redis Cache](./https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_local_redis_cache.md)
111-
- [Azure CDN](./https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_azure_cdn.md)
112-
- [Azure Blob Storage](./https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_azure_blob_storage.md)
110+
- [Local Redis Cache](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_local_redis_cache.md)
111+
- [Azure CDN](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_azure_cdn.md)
112+
- [Azure Blob Storage](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_azure_blob_storage.md)
113113

114114
- WP Smush plugin is activated and configured properly for image optimization. Please see [Image Compression](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_image_compression.md) for more information on configuration.
115115

@@ -128,15 +128,15 @@ One common issue that users face during migration is that some of the contents o
128128

129129
## Configuring Custom Domain
130130

131-
If you plan to setup your site with a new Custom Domain please follow the steps described here: Tutorial: [Map existing custom DNS name - Azure App Service | Microsoft Docs](app-service-web-tutorial-custom-domain?tabs=a%2Cazurecli)
131+
If you plan to setup your site with a new Custom Domain please follow the steps described here: Tutorial: [Map existing custom DNS name - Azure App Service | Microsoft Docs](app-service-web-tutorial-custom-domain.md?tabs=a%2Cazurecli)
132132

133133
## Migrating Custom Domain
134134

135-
When you migrate a live site and its DNS domain name to App Service, that DNS name is already serving live traffic. You can avoid downtime in DNS resolution during the migration by binding the active DNS name to your App Service app pre-emptively as per the steps described here: [Migrate an active DNS name - Azure App Service | Microsoft Docs](manage-custom-dns-migrate-domain)
135+
When you migrate a live site and its DNS domain name to App Service, that DNS name is already serving live traffic. You can avoid downtime in DNS resolution during the migration by binding the active DNS name to your App Service app pre-emptively as per the steps described here: [Migrate an active DNS name - Azure App Service | Microsoft Docs](manage-custom-dns-migrate-domain.md)
136136

137137
## Updating SSL Certificates
138138

139-
If your site is configured with SSL certs, then we need to redo the setup following the instructions here: [Add and manage TLS/SSL certificates - Azure App Service | Microsoft Docs](configure-ssl-certificate?tabs=apex%2Cportal)
139+
If your site is configured with SSL certs, then we need to redo the setup following the instructions here: [Add and manage TLS/SSL certificates - Azure App Service | Microsoft Docs](configure-ssl-certificate.md?tabs=apex%2Cportal)
140140

141141
Next steps:
142142
[At-scale assessment of .NET web apps](/training/modules/migrate-app-service-migration-assistant/)

0 commit comments

Comments
 (0)