here's the situation:
two sites running vB 3.7.2, both have existing users, threads posts etc.
Site B is a spin off of Site A
They have separate DB's on the same server.
Site B "shares" Site A's user tables (set it up as a view)
originally set it up to make sure that a shared common user base could work.
anyhow, now I need to move some threads from Site A to Site B. I very familiar with MySQL and queries etc.
I guess the primary issue will be maintaining the threadid and postid relationships.
just looking for any tips on how to do this the "easy" way.
two sites running vB 3.7.2, both have existing users, threads posts etc.
Site B is a spin off of Site A
They have separate DB's on the same server.
Site B "shares" Site A's user tables (set it up as a view)
originally set it up to make sure that a shared common user base could work.
anyhow, now I need to move some threads from Site A to Site B. I very familiar with MySQL and queries etc.
I guess the primary issue will be maintaining the threadid and postid relationships.
just looking for any tips on how to do this the "easy" way.
Comment