You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Delete the existing content of **/home/site/wwwroot/wp-content** folder using the following command.
76
76
@@ -84,7 +84,7 @@ The prerequisite is that the WordPress on Linux Azure App Service must have been
84
84
85
85
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.
86
86
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).
88
88
89
89
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).
90
90
@@ -97,7 +97,7 @@ The prerequisite is that the WordPress on Linux Azure App Service must have been
@@ -107,9 +107,9 @@ It is an optional step, after the site migration it is recommended to validate t
107
107
108
108
- 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:
- 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.
115
115
@@ -128,15 +128,15 @@ One common issue that users face during migration is that some of the contents o
128
128
129
129
## Configuring Custom Domain
130
130
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)
132
132
133
133
## Migrating Custom Domain
134
134
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)
136
136
137
137
## Updating SSL Certificates
138
138
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)
140
140
141
141
Next steps:
142
142
[At-scale assessment of .NET web apps](/training/modules/migrate-app-service-migration-assistant/)
0 commit comments