08/21/2013 at 3:52 pm
#267708
Keymaster
@ Nina
You can make a backup of the Connections tables using phpMyAdmin or similar tool. Export the Connections tables from the source database. They’re easy to find as they all start with “connections” in their name. You can then import the SQL file into your new database. Sounds like a lot but only takes a few minutes and that is mostly tied up in logging in and out.
You will also have to move the connection_images
folder from within the wp-content
folder to the new site.
Hoe that helps.