• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Cloning - wordpress _posts table

RodStr

Basic Pleskian
Server operating system version
Windows Server 2019
Plesk version and microupdate number
Plesk Obsidian v18.0.57_build20231205.06 os_Windows 2012/2016/2019/2022
We've been using Plesk for quite awhile now and the WP Toolkit regularly.
What we have been doing is using the CLONE site feature to "roll out" our dev site to our production site.
From time to time we will clone in the other direction to give the dev site a "clean starting point".

Today while looking for something else in the _posts table for one of our Editors, I ran across something odd.
The _posts table in our dev site has entries in the guid field for all 3 of our various sites prototype, dev and our production site.

So, question is... isn't the WP Toolkit supposed to replace the database on the destination of a clone.
From what we are seeing it isn't really a merge operation either.
If I look at the _posts table of the 3 sites, the counts in the guid field are entirely different across the 3 databases.

We are having SEVERE speed issues on all 3 of those sites, and trying to track down possible causes.
Seeing that the "production" site has guid entries for the "dev" site, I can see that causing problems potentially.

Counts based on contents of "guid" field of _posts table

PRODUCTION DATABASE
575 entries for https Production site URL
1066 entries for https Dev site URL
115 entries for https Prototype site URL
0 entries for http Production site URL
156 entries for http Dev site URL
0 entries for http Prototype site URL

DEV DATABASE
473 entries for https Production site URL
255 entries for https Dev site URL
2319 entries for https Prototype site URL
0 entries for http Production site URL
156 entries for http Dev site URL
0 entries for http Prototype site URL

PROTOTYPE DATABASE
280 entries for https Production site URL
211 entries for https Dev site URL
2498 entries for https Prototype site URL
0 entries for http Production site URL
156 entries for http Dev site URL
0 entries for http Prototype site URL

I thought "maybe" revisions??? So installed the typical Optimize Database after blah blah blah... ran it with a 0 setting for revisions and the counts didn't change at all.

Just doesn't seem right that I should have addresses from dev and proto in production and vice versa.

Any thoughts ?
 
As a test, I just now cloned our production site to a new location, and then cloned it over the top of the dev site.
The record counts were identical for the two clone to destinations.
Still has records for all 3 sites in _posts, but it shows consistency and that the clone DID overwrite the database properly.
Now I'm really lost as to why the DB has multiple sites listed in it.
 
GUID means unique identifier and usually values of this column are not changed. So if you use sync data or any another tool to partially copy data, GUIDs stays unchanged and any posts that created on dev env still have GUIDs that mention dev url.
 
Back
Top