merge two installations of phorum
Posted by laurelwilliams
merge two installations of phorum September 22, 2005 02:06PM |
Registered: 20 years ago Posts: 12 |
Re: merge two installations of phorum September 22, 2005 02:31PM |
Admin Registered: 22 years ago Posts: 9,240 |
Re: merge two installations of phorum September 22, 2005 02:45PM |
Registered: 20 years ago Posts: 12 |
so I'm guessing the script needs to do two things
1) copy all the contents of all the tables over
2) for the messages and private_messages tablew convert the message id's to
something which is not already in 2nd phorum installation
Are there any other tables which contain the message ids?
Are there any other potential items to check on, such as user id's
I'm guessing yes.
1) copy all the contents of all the tables over
2) for the messages and private_messages tablew convert the message id's to
something which is not already in 2nd phorum installation
Are there any other tables which contain the message ids?
Are there any other potential items to check on, such as user id's
I'm guessing yes.
Re: merge two installations of phorum September 22, 2005 03:05PM |
Admin Registered: 22 years ago Posts: 9,240 |
subscribers-table, newflags-table have message-ids too, meta-data in the messsages too but that should be no problem if you use the internal api for posting messages.
yeah, if you want to merge the users too you have to make sure that both the user-ids and usernames don't clash.
Thomas Seifert
yeah, if you want to merge the users too you have to make sure that both the user-ids and usernames don't clash.
Thomas Seifert
Sorry, only registered users may post in this forum.