XF 2.2 best way to move selected threads from one installation to another

findozor

Active member
I have two different installations A (source) and B (destination). both live and have their own threads and users
I want to move selected threads with user posted in a thread from one installation to the other. After the transfer, it is important that threads in the source forum A are deleted and remain only in the B forum.
I see two ways here
1) use importer. I move all the required threads to a separate forum on installation A and import them via importer to a separate forum on installation B.
2) use rest api. I create a copy of the thread on demand on forum B, along with posts and users via rest api and delete the topic on forum A

what would be the most appropriate way?
 
Back
Top Bottom