I’ve been doing this successfully with csync and an NDB cluster for years…
Re other solutions:
- rsync works too, albeit slower. (Much, much slower; slow enough to rule out any file-based caching.)
- InnoDB/MyIsam master/slave works too, with HyperDB. But, you’ll end up with a need to manage other stuff, namely auto-increments on write servers, if you need multiple write servers. (NDB is master/master, whereas InooDB or MyISAM cluster are designed and optimized for master/slave setups.)
Related Posts:
- Backup the Database and Restore from the Backup?
- Best way to move a site to a subfolder for testing purposes?
- Version Control: Entire site or just pieces?
- Getting a stack trace when an error occurs?
- Why do folders have Empty Index.php Pages?
- Is it possible to use Gutenberg on the front-end?
- How to search in a Custom Field?
- Does WordPress not use relative URLs?
- Add more rows on media picker
- create custom page for statistical data capture and reporting
- Get the sidebar ID in which the current widget was dropped
- TinyMCE style_select – Append Classes
- Get the post attached to a image attachment
- Change “logged in” link in (you must be logged in to post a comment)
- Customise search form in the Widget
- How to get value from custom backend menu
- Comment filtering (search)
- What Is The Difference Between suppress_errors() And hide_errors() in $wpdb?
- On Install, which code sets the ‘home’ option?
- How to find if a post with custom_field == X exists?
- Display a default image for custom-logo
- WP_Widget Deprecated
- Extract & Display the REAL first image attached to a post – extend the_post_thumbnail()
- Stopping People Viewing Draft Posts
- Use WordPress file upload in my plugin – on frontend and on backend?
- Custom column under All Users (multisite network admin)?
- Gutenberg: How to mix dynamic and static output?
- add_rewrite_rule won’t work
- How To Add buttons to the toolbar which appears in TinyMce when you click over images
- Comments Confusion
- Last time a user logged in
- Setting up Different Layouts for Each Product Category and Subcategory [closed]
- Prevent access to custom login page for logged in users
- Adding all sub-pages to the menu manager
- Make wordpress generate a custom XML file(not a sitemap) that is updated only when new content is posted?
- How did I enable atom feeds in a fresh WP3 install?
- Hide devices selection from customizer?
- Add options to the “Screen Options” section on the “Menus” editor
- Split Conference WordPress Page in different years
- Make custom user table column filterable
- How I display post of the post type group by year of post?
- How to update preview when custom setting changed in my custom widget
- Hide editor with specific post meta value
- Side by side blogging?
- WordPress slugs and 404 handling takes preference over folders in site root?
- Add a date updated/date modified option using custom fields
- Extra theme – header customization help [closed]
- Disable widgets in customizer for sidebar
- How do I change .css versioning?
- Deep customization of wp-login.php
- Save title as custom field on custom post type
- Qtranslate + Woocommerce (multiple tinymce) [closed]
- My custom sql query for getting a username giving me a warning and an error
- How to solve this problem with my subdomain?
- how to add custom logo to my template
- Semi complicated custom taxonomy question
- Duplicated content with custom shortcode
- Display a list of subcategories (from specific Category) a post belongs to
- WordPress broken after changing URL
- Display posts by combining multiple meta key
- Custom Content Page
- How to make the Pages in WordPress Customized?
- Custom “wp_login.php?action=lostpassword” and reset password
- Custom theme – how to link the image without posting it
- How to add active state to the navigation links?
- How to add functionality to an existing theme (using child themes)
- How do I fix my static page
- URL and Site title outputting on Login page
- List of contents of entire blog
- Validate user login in php
- optimal taxonomy or custom post types
- Easily add custom HTML outside the main container?
- Query Product categories what have a custom field
- adding fade on mouseover to images
- Customize section does not show my widget areas
- Lightbox not showing image caption
- WordPress core jquery version file not loaded?
- Make Widget appear on Dashboard
- WP_User_Query Search Multiple Keywords from a Multi-Select Field?
- Woocommerce dependent attributes
- clickable toggle menu, help
- twenty seventeen customizer duplicates section content
- How to append the excerpt to the content in the single post page?
- How to Password Protect whole site except for some subdirectories
- How to find and replace (or add) specific word in a specific category?
- Displaying all Custom fields on post except some
- WordPress Install – “end of script output before headers” when running simple php script
- Ordering a specific post type
- How to appoint different users to different pages?
- How to replace part of shortlink with nothing
- Header image doesn’t show up on page
- Is there a way to hide a user’s posts from their Activity feed?
- Setting up staging area
- Assign classes to Custom fields
- Do i need to use PHP in customizer api?
- Add variable : 1 Week ago
- When is it OK to create a custom table for a plugin? [duplicate]
- Prevent posts from being published if the ‘Uncategorized’-category or no category is selected
- Background image no more visible in the preview
- I need to make the title of the page dynamic in my custom plugin