Update Guide

WordPress Update Guide

Regular WordPress updates help maintain website security and performance by providing the latest features, bug fixes, and security patches. Updates can involve WordPress core, plugins, themes, and the server components that run the WordPress environment.

Back Up Before Updating

!

Create a backup first

Before making any WordPress changes, including updates, create a backup so the website can be restored to its previous state if something goes wrong during the update process.

Update WordPress Core

WordPress software updates are managed from the WordPress admin panel. When an update is available, the admin panel displays a notification.

  1. Log in to the WordPress administration panel.
  2. Go to Dashboard > Updates.
  3. Click Update to version X.X.X to install the available WordPress core update.
Update WordPress core
Update the WordPress core from Dashboard > Updates.

Update Plugins and Themes

Plugins and themes can be updated from the same Dashboard > Updates page.

  1. Select the plugins or themes that should be updated.
  2. Click Update Plugins or Update Themes.
Update WordPress plugins and themes
Select and update WordPress plugins or themes from the Updates page.

Update Server Components

Server components such as the application server and database are updated from the Virtuozzo Application Management dashboard through the Redeploy action.

  1. Find the required WordPress environment component in the platform dashboard.
  2. Click Redeploy.
  3. In the redeployment window, select the latest required server version. For the application server, this includes selecting the required PHP version.
  4. Confirm the redeployment.
Redeploy WordPress server component
Use Redeploy to update server software and, for the application server, select the required PHP version.

Scaled WordPress clusters

When redeploying a scaled component, use sequential deployment to update instances one by one. This keeps the WordPress website available while the component instances are being updated.

i

WordPress data is preserved

The source documentation states that clicking Redeploy does not affect WordPress data because this operation updates only the server software.

Expected Result

WordPress core, installed plugins, and themes are updated from the WordPress admin panel, while the underlying application-server and database software can be updated through the platform Redeploy workflow. For scaled components, sequential deployment can keep the site available during server updates.

Important Notes

  • Create a WordPress backup before performing updates.
  • WordPress core updates are available under Dashboard > Updates.
  • Plugins and themes are updated from the same WordPress Updates page.
  • Use Redeploy to update the application server, database, and other server components.
  • The application-server redeployment window allows PHP version selection.
  • Use sequential deployment for scaled cluster components to avoid downtime.
  • Redeploy updates server software without affecting WordPress data.