Good day everyone! I have a question regarding data migration and Elgg v1.8.x. Instead of focusing on "why" anyone would want to do this let's just try to concentrate on "can it be done" and get a general idea of how you would do it.
I was asked a couple of questions regarding migrations.
If it's possible to do then how would you do it? Just a high level overview - no specifics needed. We would probably contract this out anyway. If it just required a custom application to be built to accomplish it then we would contract that out.
For breaking a larger site into multiple sites I know that one method we could use is to restore the backup of the larger site to the second site. From there you could programatically (sp?) remove the users and content that aren't relevant - or just leave them! Just an idea!
Again, this is just a discussion on "can you" and "how". Leave the "why" alone. For "why", let's just say that the boss asked me the question and expects an answer. I'll give him an answer regardless of if we would actually want to do it or not.
Thanks!
Lee
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Lee@8toenails
Lee - 0 likes
- Matt Beckett@Beck24
Matt Beckett - 0 likes
- Lee@8toenails
Lee - 0 likes
You must log in to post replies.Bueller? Something-"doo" economics.
I haven't abandoned you Lee, just been busy :)
This is certainly possible, though I'm not sure of the best way to go about it. I've never done a multi-site elgg installation but if that is a concern heading into the project, setting it up as a multi-site might be best way to go about it. That way content is all in the same database and has unique guids to start with. From there migrating it between sites should be as easy as updating the site_guid, and not messing around with importing/exporting large chunks of data between databases. Hopefully someone more familiar with a multi-site setup could weigh in.
By multi-site are we just talking about >1 Elgg installation in the same database or is there more to it than just that?
NP Matt! Thanks for the response!