Can not transition from Alpine Linux to Debian for WordPress on App Service
I tried to migrate App Service WordPress from Alpine Linux to Debian in the Azure portal, but I couldn't select php8.3 in the configuration tag. Also, it remains at php8.2 and doesn't update to debian even after restarting.
I am following the instructions provided by Microsoft:
Azure App Service
-
VenkateshDodda-MSFT 22,156 Reputation points • Microsoft Employee
2024-11-13T06:30:09.9166667+00:00 @齋藤 修一 Thanks for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.
I have tried to reproduce the behavior by creating a new WordPress app service unfortunately as called out in the blog post all the app service that were deployed after October 7 2024 the default image is Debian instead of alpine.
Tried switching back to alpine and upgrading back to Debian by changing the stack settings(PHP minor versions) in configuration blade and able to do it without any issues.
Could you please share more details to assist you better on this.
- What all the versions of PHP that you can see in Minor versions drop down under Stack Settings in Configuration Blade.
- what is the current PHP version value that is present in Minior version in stack settings & container image name?
- As suggested in blog post if you tried to change the value to PHP 8.3 what is the container image value that you are seeing in properties widget in Overview blade?
- Post changing the value to PHP 8.3 in configuration if your container image value is showing as alpine in portal. I would suggest you verify the distro by doing SSH to app service and run this cmdlet
cat /etc/*release*
to know the distro.
-
VenkateshDodda-MSFT 22,156 Reputation points • Microsoft Employee
2024-11-14T04:27:55.47+00:00 @齋藤 修一 Following up to see if you have a chance to check my previous response and help us with requested information to assist you further.
-
齋藤 修一 0 Reputation points
2024-11-15T00:55:24.35+00:00 Thank you for the follow up.
There were four questions, and we have confirmed them.
- The drop down list is not displayed.
- Alpine - PHP 8.2 (EOL) The selection menu for non-php8.2 is not displayed.
3.There is no container image value. Runtime Stack Wordpress - 8.2 is listed.
4.Attach the log of the specified this cmdlet.36ea6b7ecf3e:/var/www/html# cat /etc/release
3.20.0
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.0
PRETTY_NAME="Alpine Linux v3.20"
HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues" 36ea6b7ecf3e:/var/www/html#
-
齋藤 修一 0 Reputation points
2024-11-15T00:56:57.63+00:00 Thank you for the follow up.
I posted an answer to your question -
VenkateshDodda-MSFT 22,156 Reputation points • Microsoft Employee
2024-11-18T04:49:20.62+00:00 @齋藤 修一 Thanks for sharing more details and apologize for the delay in my response.
I am using the below marketplace image to host WordPress in App service
Using this I am able to upgrade to php 8.3 as suggested in the blog post without any issues. If you are using any other image, please do let me know.
If you are using the same above marketplace image and still facing the issue, please do share the requested information over the private message to assist you further.
-
齋藤 修一 0 Reputation points
2024-11-18T08:14:32.2066667+00:00 Thank you for confirming.
I will attach the marketplace when I created WORDPRESS.
It did not exist in the current marketplace.
-
齋藤 修一 0 Reputation points
2024-11-18T08:15:23.6266667+00:00 Thank you for confirming.
I will attach the marketplace when I created WORDPRESS.
It did not exist in the current marketplace.
-
齋藤 修一 0 Reputation points
2024-11-18T08:16:26.6733333+00:00 -
VenkateshDodda-MSFT 22,156 Reputation points • Microsoft Employee
2024-11-19T13:23:46.9033333+00:00 @齋藤 修一 Thanks for sharing more details. Can you try using the wordpress image that is current available in marketplace and try hosting your application on it.
-
齋藤 修一 0 Reputation points
2024-11-20T02:40:46.0266667+00:00 Any guidance appreciated.
Since I was unable to change the current workplace,
I created a new workplace, which is shown here. Unfortunately,
The following error was displayed and I was unable to create the workplace.
It appears to be a Wordpress SQL error.
I would appreciate any guidance as to the cause.
I have attached a screen capture below.
-
齋藤 修一 0 Reputation points
2024-11-20T02:43:51.9266667+00:00 Thank you for your support.
Since I was unable to change the current workplace,
I created a new workplace as shown.
Unfortunately,
The following error was displayed and I was unable to create the workplace.
It appears to be a Wordpress SQL error.
I would appreciate any guidance you could give me if you have any ideas as to what the cause may be.
I have attached a screen capture below.
-
VenkateshDodda-MSFT 22,156 Reputation points • Microsoft Employee
2024-11-20T03:14:06.3933333+00:00 @齋藤 修一 Thanks for checking I have reached out to you over private message could you please check and help us with requested information to assist you further.
Sign in to comment