备份指南
在 Liquid Web 上备份 WordPress Multisite
在 Liquid Web 上用可续传的分块任务保护 Multisite 网络——不要只依赖主机快照。
自由的
如何在 Liquid Web 上正确做 Multisite 备份
On Liquid Web (managed hosting), a WordPress Multisite backup is more than copying wp-content. You need shared core files, network tables, per-site tables, and uploads under sites/ — or restore will miss users, settings, or media. Managed platforms optimize front-end caching; long backup AJAX runs still need chunking.
Multisite Migrate runs chunked, resumable jobs from Network Admin (full network) or from a subsite dashboard when the role has manage_options. Free covers core network/subsite backup and restore plus one local schedule. Plus adds BYO cloud upload (Google Drive, Dropbox, S3-compatible, SFTP) and cloud schedules. Pro adds remote import, empty-server installer, Staging, WP-CLI, and network split. Provider snapshots help, but they are not a Multisite-aware restore drill.
在 Liquid Web 上完整 Multisite 备份必须包含什么
Capture the network tables (wp_blogs, wp_site, wp_sitemeta, and related), each subsite’s tables, shared themes/plugins, and the sites/ upload tree. Skipping any of those on Liquid Web creates “successful” archives that still fail a real restore drill. Exclude cache, tmp, and other regenerable noise so jobs finish faster on managed plans.
Staging tooling varies — plugin-level archives remain useful for portable recovery. Treat provider snapshots as an extra layer — not a Multisite-scoped import workflow. Keep a plugin archive you can move, import, and verify independently of the Liquid Web control panel.
Multisite Migrate 如何在此类主机上运行任务
Shared and managed hosts often kill long PHP workers. Multisite Migrate therefore uses Jobs in Chunks that resume instead of restarting from zero after a timeout. On Liquid Web, start from Network Admin for fleet backups, or from a single site when a subsite admin only needs their site. Watch the job log for the last completed chunk, disk/inode warnings, and cloud auth errors on Plus.
For schedules: Free keeps one local schedule; Plus can push finished archives to Drive, Dropbox, S3-compatible storage, or SFTP. Wasabi, Backblaze B2, Cloudflare R2, DigitalOcean Spaces, and MinIO are S3-compatible endpoints — not separate proprietary vaults. OneDrive is not a native destination.
Liquid Web 恢复演练清单
Before you trust a Liquid Web backup routine, restore once on Staging (or a throwaway site): check siteurl/home, HTTPS, domain mapping (sunrise.php if used), media under sites/, logins, and any WooCommerce or membership data. Confirm rewrite rules and purge CDN/object-cache drop-ins if the front end still shows stale content.
If import fails on Liquid Web, raise upload_max_filesize and post_max_size only as far as needed, free disk, then retry with chunked resume.
保留、加密与支持卫生
For wordpress multisite backup on liquid web, keep enough archive generations to roll back a bad deploy or failed migration. Optional .venc AES-256 encryption on Multisite Migrate archives protects copies at rest when you store offsite on Plus destinations. Document credentials, schedule windows, and who may run Network Admin jobs.
Separate schedule failures from restore failures in your runbook so on-call staff do not rebuild a finished archive unnecessarily.
为何重要
网络感知归档
捕获 Liquid Web 上的整个 Multisite 安装——不只是单个博客的表。
扛住 PHP 限制
对 Liquid Web 上 Multisite 备份(分块/自带云)有实操价值。
需要时异地存放
使用 Multisite Migrate(Free)做 Multisite 备份/恢复时的实际收益。
贴合运维的恢复路径
使用 Multisite Migrate(Free)做 Multisite 备份/恢复时的实际收益。
步骤
-
1安装并打开 Network Admin
在 Network Admin 或子站点执行此步骤,并在 Staging 上验证结果。
-
2Choose Multisite-correct scope(本地化)
在 Network Admin 或子站点执行此步骤,并在 Staging 上验证结果。
-
3运行 Jobs in Chunks
在 Network Admin 或子站点执行此步骤,并在 Staging 上验证结果。
-
4Store offsite when Plus is available(本地化)
在 Network Admin 或子站点执行此步骤,并在 Staging 上验证结果。
-
5Prove recovery on Staging(本地化)
在 Network Admin 或子站点执行此步骤,并在 Staging 上验证结果。
常见问题
关于此 Multisite 备份主题的简要解答。仍有问题?打开文档或联系支持。
Liquid Web 快照对 Multisite 够用吗??
Multisite Migrate 答复:Free/Plus/Pro、分块任务、自带云与 Staging 恢复演练。
子站点管理员能否只备份自己的站点??
可以。在子站点拥有 manage_options 的用户可在 Free 中运行站点级备份/恢复。
哪些云目标可用??
Plus 支持 Google Drive、Dropbox、S3 兼容端点与 SFTP——没有专有 Multisite Migrate 保险库。
问题:What usually breaks Multisite backups on managed hosts?
限额提到够用即可,仍用分块任务——共享主机仍可能杀掉长进程。