Xenforo DB structure

abdfahim

Well-known member
Licensed customer
I want to export all the posts from my XF database. Is only xf_post table is enough?
 
Also, if I want to match a post from post_id/thread_id with the node name, which table I should look up?
 
You need xf_thread as it contains the node_id

You need xf_node as it contains the node_name
 
Back
Top Bottom