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
As part of our production infra, we run a couple instances of CraftCMS to ensure availability. Our original deployment process had each instance running craft project-config/sync at startup. We changed that after finding this caused a race where duplicate sections and entries were being generated in the database. The net effect was that content for such entries could not be modified.
Steps to reproduce
Add a section/entry to local dev environment
Run project-config/sync twice in parallel against a separate database
Given that it's a race condition, it may take a few attempts to reproduce.
Additional info
Craft version: 3.1.14
PHP version: 7.0.33
Database driver & version: PostgreSQL 10.3
Plugins & versions: n/a
The text was updated successfully, but these errors were encountered:
Description
As part of our production infra, we run a couple instances of CraftCMS to ensure availability. Our original deployment process had each instance running
craft project-config/sync
at startup. We changed that after finding this caused a race where duplicate sections and entries were being generated in the database. The net effect was that content for such entries could not be modified.Steps to reproduce
Given that it's a race condition, it may take a few attempts to reproduce.
Additional info
The text was updated successfully, but these errors were encountered: