Page 1 of 1

On The Move?

Posted: Sun Oct 16, 2005 8:48 pm
by hemotox
We have several Serendipity Blogs.

I would like to move all of the entries including titles, categories, etc. to one of the other blogs.

Can this be done? The export feature does not appear to be for that purpose.

Any input appreciated.

Thanks in advance.

Re: On The Move?

Posted: Mon Oct 17, 2005 9:15 am
by garvinhicking
Right, the "Export" function would not export all of the valid data of your blog.

The easiest way is to do this with SQL dumps. Export the wanted SQL tables from one blog to the other and append them there. This will be hard because you have to adjust all authorids, as the authorid 1 of the one blog is not the same user as authorid 1 on the other blog. So you definitely need some manual editing and/or adjusting SQL queries.

The same with categories, you might want to make sure that intersecting categories (if existing) do not duplicate a category but instead go into the same...

Best regards,
Garvin