[wp-trac] [WordPress Trac] #11816: Users should be able to switch from a standard single install to a Multi-Site Install
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 7 22:09:12 UTC 2010
#11816: Users should be able to switch from a standard single install to a Multi-
Site Install
-------------------------+--------------------------------------------------
Reporter: jorbin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Multisite | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by prettyboymp):
Some quick notes for the devs that work on this from my personal script
I've used before: [[BR]]
1. rename following tables from base prefix to base prefix + '1_':
'comments', 'comment_replies', 'links', 'pollsa', 'pollsip', 'pollsq',
'postmeta', 'posts', 'term_relationships', 'term_taxonomy', 'terms' [[BR]]
2. update user meta_key wp_capabilities to wp_1_capabilities[[BR]]
3. if default 'admin' user doesn't exist, add users with 'admin' role to
'site_admins' option[[BR]]
4. figure out which plugin tables may need to be renamed (not sure how
you would do this)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11816#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list