Title: PatchOn Agent
Author: Rocketa
Published: <strong>2026 年 5 月 29 日</strong>
Last modified: 2026 年 6 月 12 日

---

搜索插件

![](https://ps.w.org/patchon-agent/assets/banner-772x250.png?rev=3554261)

![](https://ps.w.org/patchon-agent/assets/icon.svg?rev=3554261)

# PatchOn Agent

 作者：[Rocketa](https://profiles.wordpress.org/rocketa/)

[下载](https://downloads.wordpress.org/plugin/patchon-agent.1.1.3.zip)

 * [详情](https://cn.wordpress.org/plugins/patchon-agent/#description)
 * [评价](https://cn.wordpress.org/plugins/patchon-agent/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/patchon-agent/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/patchon-agent/#developers)

 [支持](https://wordpress.org/support/plugin/patchon-agent/)

## 描述

PatchOn is a solution for safely updating the plugins, themes, and core of your 
WordPress site. Before applying an update to production, it reproduces your site’s
configuration in a staging environment, applies the update there, and runs a screenshot
comparison (Visual Regression Test) to check for any problems. This plugin acts 
as the connector between your WordPress site and PatchOn.

**This plugin requires the PatchOn service ([patchon.jp](https://patchon.jp/)) and
does not function on its own.** No account is required to get started. Immediately
after activation it performs no external communication, and a consent screen is 
shown in the admin area. Outbound communication with PatchOn begins only after the
user explicitly clicks the “Agree and Start” button on that consent screen, which
registers the site anonymously. A PatchOn account is needed only to view detailed
inspection results in the dashboard or to upgrade to a paid plan.

#### Main Features

 * Pre-inspection that simulates updates in a staging environment, with results 
   displayed in your dashboard
 * Backup of site files and database before applying updates
 * Production rollout of updates that have passed inspection

This plugin (the free distribution on WordPress.org) does **not** write to your 
site files (`wp-content`, `mu-plugins`, theme directories, etc.), even when it detects
a problem. AI auto-repair, which writes patched code to `mu-plugins` or the active
child theme, is provided by the separately distributed **PatchOn Agent Pro** extension
plugin (available to PatchOn Standard / Business plan subscribers).

#### Data Sent

After the user has consented on the consent screen, when they run a “Pre-inspection”
or “Apply update” operation, the plugin sends the following data to PatchOn and 
related external services. See the [Privacy Policy](https://patchon.jp/privacy-policy)
for details.

 * Site URL / WordPress version / PHP version / DB version
 * List and versions of installed plugins, themes, and MU plugins
 * Site files prior to update application (child theme / mu-plugins / wp-config.
   php, used for backup)
 * Contents of WordPress debug.log (used to detect issues)
 * Lightweight database dump (only at pre-inspection time; tables and columns containing
   personal information are excluded)

### External services

This plugin depends on the following external services. **No external communication
is performed merely by activating the plugin.** Communication starts only after 
the user explicitly clicks the “Agree and Start” button on the consent screen shown
on first use.

#### PatchOn API (https://patchon.jp and its subdomains)

The backend for all inspection, repair, update, and database-dump operations. Two
host names are used, both operated by Rocketa Inc. and routed to PatchOn’s infrastructure:

 * `https://patchon.jp/api/*` — site registration, pre-inspection control, apply-
   update control, billing
 * `https://dump.patchon.jp/*` — database-dump control endpoints and signed-URL 
   chunk uploads used during pre-inspection (the database dump is excluded from 
   the data sent over `patchon.jp/api/*`)

Provider: Rocketa Inc. (rocketa.co.jp)

When data is sent:

 * On click of the “Agree and Start” consent button (one-time): anonymous site registration
   and UUID issuance
 * When the user runs a “Pre-inspection”: list of plugins / themes, debug.log, lightweight
   database dump
 * When the user runs an “Apply update”: backup files, application result

What is sent: see the “Data Sent” section above

 * Terms of Service: https://patchon.jp/terms
 * Privacy Policy: https://patchon.jp/privacy-policy
 * Subprocessors: https://patchon.jp/subprocessors

#### AWS S3 (Tokyo region, accessed via PatchOn)

Storage destination for the pre-update full-site backup (tar.gz). **File uploads
are performed only against pre-signed URLs issued by `https://patchon.jp/api/\*`
on a per-request basis.** The customer site does not hold any S3 credentials.

 * Provider: Amazon Web Services, Inc.
 * Endpoint: https://*.s3.ap-northeast-1.amazonaws.com (pre-signed URLs only)
 * When data is sent: when the user runs an “Apply update”
 * What is sent: pre-update site files (tar.gz)
 * AWS Privacy: https://aws.amazon.com/privacy/

## 安装

 1. From the WordPress admin dashboard, go to Plugins > Add New, search for “PatchOn”,
    and install.
 2. Activate the plugin. **No outbound communication occurs at this point.**
 3. A consent screen (“Welcome to PatchOn”) appears in the admin area. Review the data
    that will be sent, then click “Agree and Start”. **Clicking this button is treated
    as your explicit consent to begin external communication**, and the plugin registers
    your site anonymously with PatchOn.
 4. You can now run pre-inspections and apply updates from “PatchOn > Update Management”.
    No account is required for this step.
 5. To view detailed inspection results in the dashboard or to upgrade to a paid plan,
    open “PatchOn > Settings” and click “Connect this site to a PatchOn account” to
    register or log in at PatchOn.

## 常见问题

### Is there a fee to use this plugin?

The plugin is distributed free of charge, and anyone can run pre-inspections and
apply updates. Paid plans add AI auto-repair, additional inspection targets, and
more comprehensive support. See https://patchon.jp/ for plan details.

### What’s the difference between Free, Standard, and Business plans?

 * **Free**: regression testing on 3 URLs, with detailed results viewable in PatchOn.
   When no problems are found, apply to production in one click. Pre-update backups
   are retained for 7 days.
 * **Standard** (paid): adds AI auto-repair (which requires installing the separately
   distributed PatchOn Agent Pro extension plugin), form testing, an expanded URL
   count, 30-day backup retention, and email support.
 * **Business** (paid): adds mobile VRT, 90-day backup retention, and Slack Connect
   support.

See https://patchon.jp/#pricing for the current pricing.

### Does the plugin send any data to external services just by being activated?

No. Activation alone does not send any data externally. Communication starts only
after the user explicitly clicks the “Agree and Start” button on the consent screen.

### Where is my data stored?

In AWS (Tokyo region). See the [Privacy Policy](https://patchon.jp/privacy-policy)
for details.

### If I delete the plugin, will my data also be deleted?

When the plugin is deleted, the configuration values it stored in your local database(
such as the connection UUID) are removed automatically. However, the corresponding
site data on PatchOn is retained. To request full deletion of your cloud-side data,
please reach out through the contact form.

### Are automatic updates safe?

Before running the standard WordPress update flow, the plugin first attempts the
same updates in a staging environment to detect issues. If problems are detected,
the update is aborted and you are notified through the dashboard.

## 评价

此插件暂无评价。

## 贡献者及开发者

「PatchOn Agent」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Rocketa ](https://profiles.wordpress.org/rocketa/)

「PatchOn Agent」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/patchon-agent/contributors)
为本插件所做的贡献。

[帮助将「PatchOn Agent」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/patchon-agent)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/patchon-agent/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/patchon-agent/)，或通过[RSS](https://plugins.trac.wordpress.org/log/patchon-agent/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/patchon-agent/)。

## 更新日志

#### 1.1.3

 * Updates on every plan now create a restore point (site files and a full database
   dump) before applying changes, stored in PatchOn cloud storage with a plan-based
   retention period and downloadable from the update screen for self-service recovery.
   The consent screen and privacy policy have been updated to cover this storage.
 * Fixed multiple bugs where a failed update could be misreported as successful,
   including copy failures during the upgrade, concurrent update runs leaving maintenance
   mode stuck, stale update caches, and a locale-dependent misclassification on 
   Japanese sites.
 * The Pro extension required for applying AI repairs can now be installed and activated
   with one click from the update screen, with clearer guidance when a license is
   missing or expired.

#### 1.1.2

 * Removed direct `require_once` of WordPress core loading files (`wp-includes/functions.
   php`, `wp-admin/includes/theme.php`, `wp-admin/includes/misc.php`) in response
   to plugin review feedback.
 * Disabled autoload for frequently updated options (`patchon_update_state`, `patchon_update_flash`,`
   patchon_site_uuid`) to reduce per-request overhead.
 * Escaped all remaining dynamic output (a ternary expression and update/log counts)
   with `esc_html()` to comply with the late-escaping convention.
 * Updated “Tested up to” to WordPress 7.0.

#### 1.1.1

 * Replaced direct cURL calls in the backup upload path with the WordPress HTTP 
   API (`wp_remote_request()`), using the official `http_api_curl` hook to enable
   streaming uploads of large backup archives without buffering in memory.

#### 1.1.0

 * Removed file write capabilities (no longer writes to `wp-content`, `mu-plugins`,
   or theme directories). Such writes were moved to the separately distributed PatchOn
   Agent Pro extension plugin.
 * Added an explicit consent screen shown on first activation. The plugin now registers
   your site anonymously after consent, and no account is required to get started.
 * Added CSRF nonce verification on the connection flow to prevent site hijack via
   crafted redirect URLs.
 * Updated plan tiers (Free / Standard / Business) and removed the legacy Enterprise
   tier from the catalog.

#### 1.0.0

 * Initial release on the WordPress.org official directory.

## 额外信息

 *  版本 **1.1.3**
 *  最后更新：**1 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/patchon-agent/) 和 [Japanese](https://ja.wordpress.org/plugins/patchon-agent/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/patchon-agent)
 * 标签
 * [backup](https://cn.wordpress.org/plugins/tags/backup/)[maintenance](https://cn.wordpress.org/plugins/tags/maintenance/)
   [management](https://cn.wordpress.org/plugins/tags/management/)[regression](https://cn.wordpress.org/plugins/tags/regression/)
   [updates](https://cn.wordpress.org/plugins/tags/updates/)
 *  [高级视图](https://cn.wordpress.org/plugins/patchon-agent/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/patchon-agent/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/patchon-agent/reviews/)

## 贡献者

 *   [ Rocketa ](https://profiles.wordpress.org/rocketa/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/patchon-agent/)