Stack guide
Forge S3 Multisite Backup
Run forge s3 multisite backup with Multisite Migrate: hosting constraints, BYO destinations, and restore drills.
Plus
Forge S3 Multisite Backup
This stack guide covers forge s3 multisite backup as a concrete Multisite operations path. Combine hosting-class limits (PHP time/memory, cron, disk) with Multisite Migrate’s Jobs in Chunks and the correct destination: native Plus targets are Google Drive, Dropbox, S3-compatible storage, and SFTP.
Wasabi, Backblaze B2, Cloudflare R2, DigitalOcean Spaces, and MinIO are used through S3-compatible endpoints — not as separate proprietary vaults. Free keeps local schedules; Plus adds cloud schedules and upload; Pro adds remote import, empty-server installer, Staging, and network split/extract. For migrations between hosts, take a verified archive first, move with the matching restore path, then confirm URLs, media, and users on Staging before DNS cutover. Tier focus: Plus. Keep the previous host reachable until the new Staging drill passes twice, and document which Plus destination holds the rollback object so on-call staff are not hunting buckets during an outage.
Host constraints and chunked jobs
For forge s3 multisite backup, prepare PHP limits, real cron where wp-cron is delayed, and free disk for Multisite-sized archives. Jobs in Chunks resume after interrupts so host timeouts do not force a full restart.
Exclude cache/tmp noise. Confirm Network Admin vs subsite scope before the first production schedule.
Destination truth for this stack
Connect Plus destinations you actually have: Google Drive, Dropbox, S3-compatible, or SFTP. Test the connection with a small job before relying on overnight schedules. OneDrive is not native. S3-compatible services share endpoint/credential patterns — label them clearly in ops docs.
Retention: keep enough generations for rollback. A stack named “Forge S3 Multisite Backup” still fails if you only keep one corrupt overnight object.
Migration and cutover
Archive → transfer → restore → verify before DNS cutover. Use import, remote import, or empty-server flows as your tier allows. Staging is the place to catch HTTPS, mapping, and media issues — not the live cutover window.
If moving between hosts, keep the old archive until the new Staging drill passes twice.
Retention, encryption, and support hygiene
For forge s3 multisite backup, 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.
Do not delete the last known-good archive until the new Staging restore drill passes and production looks correct for a full business day.
Related decisions operators usually miss
For forge s3 multisite backup, decide schedule windows that avoid peak traffic, who owns Network Admin credentials, and how long local plus offsite copies are retained. Align Free local schedules with Plus cloud upload only after a Staging restore has passed.
Also record whether the job is full-network or include/exclude subsites. That single choice prevents most “backup succeeded but site missing” surprises after a restore drill.
Why this matters
Host + destination together
Avoid guides that only name a host or only name S3.
Product-truth cloud
S3-compatible framing for B2/R2/Wasabi/Spaces/MinIO.
Migration-aware
Archive → transfer → restore → verify before cutover.
Tier clarity
Aligned to Plus capabilities where cloud or Pro tools appear.
Steps
-
1Prepare the host side
Confirm PHP limits, cron, and free disk for Multisite archives before the first full-network job.
-
2Connect the destination
Drive/Dropbox/S3-compatible/SFTP on Plus; test the connection with a small upload.
-
3Run schedule or one-shot
Use Jobs in Chunks; retain enough generations for rollback; avoid overlapping locks.
-
4Restore drill
Staging import/restore; check HTTPS, mapping, and Woo/users if relevant.
-
5Cutover only after verify
Change DNS or primary hostnames only after Staging checks pass and a rollback archive remains available.
Frequently asked questions
Quick answers for this Multisite backup topic. Still stuck? Open the docs or contact support.
Is OneDrive supported?
OneDrive is not a native Plus target. Prefer Drive, Dropbox, S3-compatible storage, or SFTP.
Can I migrate between hosts with this stack?
Yes. Archive first, move with import or Pro remote/empty-server tools, then verify on Staging.
Do I still need host snapshots?
They are a useful extra layer, not a replacement for Multisite-aware plugin archives.
How do B2/R2/Wasabi fit?
S3-compatible framing: endpoint, keys, bucket. Then schedule Jobs in Chunks like any other Plus destination.