Azure / wordpress-linux-appservice

MIT License
113 stars 71 forks source link

Wordpress Updates #89

Closed swt2c closed 1 year ago

swt2c commented 1 year ago

Does Azure install updates to Wordpress Core automatically, or does that fall under customer responsibility?

My assumption would be that it would be customer responsibility, but this statement (from https://github.com/Azure/wordpress-linux-appservice/tree/main) leads me to believe otherwise:

"It also supports virtual networks, and the ability to run in an isolated and dedicated App Service Environment. WordPress updates and patches, threat detection and blocking, and traffic encryption with free SSL certificates are part of what we offer to all of our customers."

samrueby commented 1 year ago

It's customer responsibility. By default WordPress will update security patches and plugins automatically.

swt2c commented 1 year ago

It's customer responsibility. By default WordPress will update security patches and plugins automatically.

OK. I might suggest updating the documentation in bold to make that clearer.

rabollin commented 1 year ago

Thank you for the feedback, we will update the doc to reflect on what we actually support. We support WordPress minor version upgrades out of the box however major versions are not. If customer opt-in for Major upgrade, then their sites can be auto migrated. Please find more details here: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-keep-your-wordpress-website-stack-on-azure-app-service-up/ba-p/3832193

rabollin commented 1 year ago

Modified the text slightly to reflect the actual status, closing the issue.

rabollin commented 1 year ago

Done