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
The WPML plugin is used on wordpress sites is vulnerable to a race-condition where chef is updating the codebase and a simultaneous web request triggers a partial but incomplete database migration.
WPML marks the migration as complete, but it may not have processed all/any portions of the migration due to the migration codebase files still being deployed.
We should change the deployment code to update the website code + plugins codebase using an atomic action.
The text was updated successfully, but these errors were encountered:
The WPML plugin is used on wordpress sites is vulnerable to a race-condition where chef is updating the codebase and a simultaneous web request triggers a partial but incomplete database migration.
WPML marks the migration as complete, but it may not have processed all/any portions of the migration due to the migration codebase files still being deployed.
We should change the deployment code to update the website code + plugins codebase using an atomic action.
The text was updated successfully, but these errors were encountered: