All pages have been duplicated
I executed a query to see which posts where duplicated: SELECT post title, post name, post date, post modified, guid, post type, count(post title) as cnt FROM `wp-multisite`. Here is another query I did: SELECT ID, post title, post status,…