Migration and multisite – Advanced WordPress management
EN

Migration and multisite – Advanced WordPress management

Last verified: May 1, 2026
2min read
News
500+ WP projects

Two topics that scare beginner administrators: “How do I move a site without breaking anything?” and “What is this magical Multisite and do I need it?”. Let’s tackle them.

Learn more about WordPress development services at WPPoland.

#Part 1: WordPress migration

Moving a site (e.g., from local server to production or changing hosting) is a 3-step process:

  1. Files: Copy everything from public_html (via FTP).
  2. Database: Export the .sql file (e.g., through phpMyAdmin).
  3. Domain Change (Key moment!): WordPress stores the site address in many places in the database (in wp_options, but also in post content as image links).

Amateur mistake: Manually editing the SQL file in notepad. This breaks “serialized data” (serialized arrays) of plugins and widgets. Professional method: Use WP-CLI (wp search-replace 'old.com' 'new.com') or Better Search Replace script. They maintain data integrity.

#Part 2: Backups

The 3-2-1 rule:

  • 3 copies of data.
  • 2 different media (e.g., server + cloud).
  • 1 copy off-site (outside the office).

Don’t rely solely on hosting. Install UpdraftPlus or Duplicator and send copies to Google Drive/Dropbox. It’s your insurance policy against hacker attacks or server room fires in Strasbourg (greetings to OVH).

#Part 3: WordPress multisite

Multisite (MU) is a feature that allows running 100, 1000 or a million sites on one WordPress installation.

  • One set of files (core, themes, plugins).
  • One database (with separate tables for each site).
  • One super-administrator.

When to use?

  • You have a network of franchise sites (e.g., newyork.company.com, boston.company.com).
  • You’re a university giving a blog to every student/professor.
  • You run a multilingual service (though WPML/Polylang on a single installation often works better here).

When NOT to use?

  • When you have 5 sites for completely different clients. If one site “dies” (PHP error), they all go down. Shared user database can also be problematic.

Multisite is a powerful tool, but requires a solid server and admin knowledge. Don’t enable it “for fun”.

Next step

Turn the article into an actual implementation

This block strengthens internal linking and gives readers the most relevant next move instead of leaving them at a dead end.

Want this implemented on your site?

If you want to convert the article into a working site improvement, redesign, or build plan, I can define the scope and implement it.

Related cluster

Explore other WordPress services and knowledge base

Strengthen your business with professional technical support in key areas of the WordPress ecosystem.

Article FAQ

Frequently Asked Questions

Practical answers to apply the topic in real execution.

SEO-ready GEO-ready AEO-ready 3 Q&A
What is the safest way to migrate a WordPress site? #
Copy all files from the source server, export the database, then run WP-CLI search-replace or the Better Search Replace plugin to update domain references. Editing the SQL dump in a text editor will break serialized arrays stored by plugins and widgets.
When should I enable Multisite instead of separate WordPress installs? #
Choose Multisite when sites share users, themes, or business logic, like university departments, franchise locations, or product variants. Avoid it for unrelated client sites where one update should not be able to break another tenant.
What can go wrong during a WordPress migration? #
Mismatched PHP versions on the new host, hardcoded absolute URLs in custom plugins, and forgotten cron jobs are the three most common failures. Always run a dry migration on a staging subdomain and check WP-CLI search-replace dry-run before pointing DNS.

Need an FAQ tailored to your industry and market? We can build one aligned with your business goals.

Let’s discuss

Related Articles

Metorik founder Bryce Adams told WP Product Talk that the company's MCP integration drew 500 users within days of a quiet preview launch, faster than any feature he has shipped in ten years. He also said customers churning out of Metorik have an average MRR 40 percent lower than retained ones, suggesting AI is taking the commodity use cases, not the core ones. GravityKit just open-sourced Block MCP for block-level WordPress edits. The pattern is clear: in 2026, the plugin that ships an MCP server is the one that compounds. The plugin that bolts a chat box onto its admin is the one that gets cannibalised.
wordpress

Why shipping an MCP server in your WordPress plugin is the AI move that survives

Metorik founder Bryce Adams told WP Product Talk that the company's MCP integration drew 500 users within days of a quiet preview launch, faster than any feature he has shipped in ten years. He also said customers churning out of Metorik have an average MRR 40 percent lower than retained ones, suggesting AI is taking the commodity use cases, not the core ones. GravityKit just open-sourced Block MCP for block-level WordPress edits. The pattern is clear: in 2026, the plugin that ships an MCP server is the one that compounds. The plugin that bolts a chat box onto its admin is the one that gets cannibalised.

Article 28 of Regulation 2022/2554 makes financial entities responsible for the ICT risk of every third-party they touch. I walk through the supplier due-diligence checklist I ship with WordPress engagements for banks and insurers in 2026.
wordpress

DORA Article 28 ICT third-party risk: WordPress hosting and WAF supplier audit

Article 28 of Regulation 2022/2554 makes financial entities responsible for the ICT risk of every third-party they touch. I walk through the supplier due-diligence checklist I ship with WordPress engagements for banks and insurers in 2026.

Article 28(3) of Regulation 2022/2554 obliges financial entities to keep a Register of Information on every ICT third-party arrangement. The fields a WordPress agency must populate to be entered.
wordpress

DORA Register of Information for WordPress vendors: required fields

Article 28(3) of Regulation 2022/2554 obliges financial entities to keep a Register of Information on every ICT third-party arrangement. The fields a WordPress agency must populate to be entered.