random_integer
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Moving a Site from one multisite network to anotherJust in case anyone was wondering. I have been successful.
What I did was create a new site on the network I’m moving to.
do a mysql add/drop of the tables that I’m moving to the new server.
modify the sql files to match the new url and new table names (ie blog id)
import the sql to the new network.of course the new network has to have the same plugins and themes for it to work completely.
ta-da!
Thank-you everyone for the suggestions.
CheersForum: Networking WordPress
In reply to: Moving a Site from one multisite network to anotherI’m sorry to continue this question but..
I meant ask how to move a Single site from one multisite network to a different multisite network.I need to do a little more research to figure this out, but I thought if someone else was already doing this, I might as well ask.
Forum: Networking WordPress
In reply to: Moving a Site from one multisite network to anotherOh and the domain name will also be the same
Forum: Networking WordPress
In reply to: Moving a Site from one multisite network to anotherAlso: I would like to move everything but the user generated content
I.E. comments, users etc.
I suppose I would just leave out those tables in the move.And the admin username and the admin username primary key in the database would be the same on both ends.