On The Move?

Having trouble installing serendipity?
Post Reply
hemotox
Regular
Posts: 27
Joined: Thu Mar 31, 2005 2:06 am

On The Move?

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: On The Move?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply