Order-safe continuous backup
Transactional data is captured continuously rather than nightly, so a restore does not discard the orders that arrived since the last scheduled run. A final delta sync runs immediately before any migration or restore.
A store is not a brochure site with a cart bolted on. Downtime has a measurable cost per minute, an update that breaks checkout is a revenue event, and a backup that loses two hours of orders is a customer service problem. WPCentrify treats stores differently.
Free during early access. Works with any host.
WooCommerce changes the risk profile completely. A brochure site that is down for twenty minutes at 3am has lost nothing. A store that is down for twenty minutes during a campaign has lost orders it will never recover, and has taught some proportion of those customers to buy elsewhere.
Backups behave differently too. A nightly backup on a brochure site loses a day of nothing. On a store it loses every order, customer record and stock adjustment since midnight, which is not a recovery so much as a different kind of incident.
Transactional data is captured continuously rather than nightly, so a restore does not discard the orders that arrived since the last scheduled run. A final delta sync runs immediately before any migration or restore.
Availability checks run against the cart, checkout and account pages, not only the home page. Functional testing confirms a product can be added and the checkout renders, on a schedule and after every update.
Tag a site as a store and nothing changes during the hours or weeks you specify. Black Friday, a product launch, or simply every day between 9am and 9pm.
Updates touching payment gateways, cart, checkout or tax logic are scored higher on store sites and routed to staging with functional testing before they go anywhere near production.
These are the things people in your position turn on first.
Order-safe backup for stores
Checks including cart and checkout
Windows around trading peaks
Orders lost to a verified restore
Orders, customers and stock changes are captured continuously rather than waiting for the next scheduled run. When you restore, you do not discard the transactions that arrived since midnight.
Yes. Set a freeze window on a date range or a recurring schedule and nothing changes during it. You can allow critical security patches through as an explicit exception if you want to.
Yes. Functional testing adds a product to the cart and loads the checkout as part of update verification. If checkout fails, the update rolls back automatically.
Yes. The connector adds nothing to front-end page loads, and monitoring runs externally. Large catalogues and databases are handled through incremental backups and chunked transfers.
Two minutes to connect, and you can watch a real update run through verification before you commit to anything.
Free during early access. Keep your data, export any time.
Further reading for store operators: WooCommerce maintenance checklist and managing multiple stores at scale.