I am looking for a procedure that will move one single site in a development WordPress MU environment to a production MU environment. I do not want to move the entire MU installation. Just a single site. The move would bring all the content and plugin/theme/widget settings. But (probably) not the users. And the blog IDs would be different on the two environment.
Both environments using subdomain MU configuration.
To illustrate:
http:// devsite.devdomain.com is being built on a development system. with initial content (cateogries, pages, posts, etc) and configuration of plugins. There are many other dev subdomains in the MU environment that are not ready for production deployment
When it is done it needs to be moved a different MU system and under the URL to http://prodsite.proddomain.com on a production MU system with many other blogs already running.
I understand the moving of all plugin and themes folders. What's stumping me is the data migration. Understand exporting the wp_#_tables and doing search and replace on the .sql for updated blog id number and new URL.
But how do i deal with the shared tables? wp_user, wp_usermeta, wp_blogs Aren't there necessary settings in there that need to be migrated? Does someone have a procedure documented?
Advance thanks for your help