A build-to-order WooCommerce plugin that captures every order in real time, spins up one-click staging, and migrates your store between hosts — built, installed and supported on your site by ECOSIRE. One-time license from $149.00 USD for WooCommerce (build-to-order) — includes 12 months of updates and support.

A build-to-order WooCommerce plugin that captures every order in real time, spins up one-click staging, and migrates your store between hosts — built, installed and supported on your site by ECOSIRE.
今すぐのお支払いはありません。これはチームへの見積もり依頼を送信します。価格と次のステップをメールでご案内します。
Most WooCommerce backup tools run on WP-Cron once a day. Between two runs your store can take dozens of orders — and a bad plugin update, a failed migration, or a hacked wp-admin can wipe them with no recovery point. This plugin closes that gap with order-aware, real-time incremental backups.
Order-aware real-time incremental backups — hooks into woocommerce_new_order, woocommerce_order_status_changed and woocommerce_checkout_order_processed so every order, refund and customer record is captured at the moment it's written, not at the next WP-Cron run
Full HPOS / custom order tables support — backs up and restores correctly whether your store uses the legacy wp_postmeta order model or the new high-performance order storage
Encrypted offsite cloud storage — file and DB deltas streamed to your own S3 / Backblaze B2 / Wasabi bucket (or ECOSIRE-provided storage) with at-rest encryption and configurable retention
One-click staging — clone production to an isolated staging subdomain with its own database prefix, sandboxed from live traffic and search engines (noindex)
Safe push-to-live merge — promote staging changes back to production with a logged, reversible merge that preserves orders placed while you were testing
Site-to-site migration with large-DB support — chunked transfer plus serialized-data-safe search-replace so multi-gigabyte stores move hosts without PHP max_execution_time timeouts
ECOSIRE builds, installs and configures this plugin directly on your WordPress site — this is not an instant WooCommerce.com or WordPress.org download. We hook into WooCommerce order lifecycle actions (woocommerce_new_order, woocommerce_order_status_changed, woocommerce_checkout_order_processed) so that every order, refund and customer record is captured the moment it's written — whether your store uses the legacy post-meta model or HPOS / custom order tables. File and database deltas stream to encrypted offsite cloud storage (your S3 / Backblaze / Wasabi bucket or ours), so a single server failure never costs you a sale.
The same engine powers one-click staging: clone production to an isolated subdomain, test a theme or plugin update, then push-to-live with a safe, logged merge that respects new orders placed in the meantime. Migrating hosts? We do site-to-site migration with large-DB support — chunked transfer, serialized-data-safe search-replace of URLs, and wp_options / upload remapping — so even multi-gigabyte stores move without timeouts.
Because it's build-to-order, we tailor it to your stack: WPML or multisite, your gateway webhooks, your hosting constraints, your retention policy. You get a clean wp-admin settings panel, selective restore (database, files, or just orders), and a real human at ECOSIRE on the other end when it matters.
Runs a WooCommerce shop taking dozens to hundreds of orders a day and cannot tolerate a once-a-day backup losing a half-day of sales. Wants every order captured the instant it lands and a one-click way to restore just the orders table after a bad plugin update.
Maintains client WooCommerce stores and needs a reliable staging-to-live workflow to test theme and plugin updates safely, plus dependable host migrations for large databases — without hand-rolling WP-CLI search-replace scripts for every project.
Owns business continuity and is accountable for customer-data safety. Wants encrypted offsite backups in a bucket they control, HPOS-correct restores, and an audit log they can point to during a security or compliance review.
ecosire.com でライセンスを購入し、アカウント ダッシュボードから Real-Time Backup, Staging & Migration for WooCommerce モジュールの ZIP をダウンロードします。
ZIP をサーバー上の Odoo カスタム アドオン フォルダーに抽出します (または、[アプリ] > [Odoo.sh / runbot のファイルからインストール] を介してアップロードします)。
開発者モードをアクティブにし、アプリを開き、「アプリリストの更新」をクリックして、「Real-Time Backup, Staging & Migration for WooCommerce」を検索し、「インストール」を押します。
新しいメニューを開き、ECOSIRE ライセンス キーを貼り付け、外部認証情報 (Shopify、Amazon、Stripe など) を接続して保存します。
組み込みの接続テストを実行し、最初の 10 レコードを同期し、定期的な cron をスケジュールします。何か問題が発生した場合はサポートにお問い合わせください。
| 基準 | エコシエール | カスタムビルド | 競合他社 | オドゥー ネイティブ |
|---|---|---|---|---|
| Order-aware real-time capture (every order saved on write, not at next WP-Cron run) | ||||
| HPOS / custom order tables correctly backed up and restored | ||||
| Encrypted offsite storage in a bucket you control (S3 / Backblaze / Wasabi) | ||||
| One-click staging with safe, order-preserving push-to-live | ||||
| Large-DB site-to-site migration without PHP timeouts | ||||
| Selective restore (database only / files only / orders only) | ||||
| Built, installed and configured for you on your live site | ||||
| Tailored to your stack (WPML, multisite, your gateway webhooks, retention policy) | ||||
| Instant self-serve download / no wait |
No. This is a build-to-order plugin. ECOSIRE builds it to fit your stack, then installs and configures it directly on your live WordPress site — including connecting your storage bucket, wiring the cron trigger, and provisioning your staging environment. You're buying a delivered, working solution on your store, not a self-serve marketplace ZIP.
Typical delivery is about 5 to 10 business days from when we receive site access and your requirements (hosting details, storage preference, WPML/multisite/subscriptions needs). A standard single-site build lands at the shorter end; complex setups — multisite, very large databases, custom gateway webhooks, or strict retention/compliance rules — sit at the longer end. We confirm a firm date with you before starting and keep you updated through install and the verified first backup.
Every build includes a post-delivery support window covering bug fixes and compatibility updates as WooCommerce and WordPress release new versions (for example, HPOS changes or core hook deprecations). We can also continue under a maintenance agreement for proactive updates, restore drills, and priority help. Because we built it, fixes come from the team that knows your exact configuration — not a generic support queue.
Yes. The plugin detects whether your store uses the legacy wp_postmeta order model or HPOS custom order tables and backs up and restores the correct data either way. Selective order restores remain consistent with HPOS so you don't end up with orphaned or mismatched order records after a rollback.
No. Restore points record each order's status and payment transaction IDs, and restores are scoped so they don't replay completed gateway events. You can also do a selective orders-only restore that leaves plugin code and configuration untouched, which is the safest path after a bad update. We walk you through the gateway-safe restore flow during handover.
Yes. Site-to-site migration uses chunked transfer so it doesn't hit PHP max_execution_time or memory limits on multi-gigabyte stores, and it runs serialized-data-safe search-replace so site URLs, wp_options and upload paths are remapped correctly. We run the migration with you and verify orders, customers and media on the destination before cutover.
A build-to-order WooCommerce plugin that captures every order in real time, spins up one-click staging, and migrates your store between hosts — built, installed and supported on your site by ECOSIRE.