@ Drup
Yes, I was afraid of that. Dhrup, you already know everything, have exactly the right interests and abilities for those docs. If there was someone exactly like you who just needed the Elgg info you have, then those docs would be ideal. But for the rest of us? I dunno, but I feel more in line with jededitor, who seems to grasp that there is something missing. By the way, now that I have seen Eduspaces.net (which took a bit of doing) I have a more specific point to make. Why, when you first install Elgg, doesn't it look a lot like Eduspaces? Then the adminstrator could make all the fine hacks and tweaks that jededitor can tell us about, with a nice working system. Preferably with a "save changes" button, a "restore from saved changes" and a "restore to defaults" button. This me in my analyst mode, something I would have suggested upfront if I had been here, but surely it could be done now. Then the amount of "idiot's" documentation needed would be much less.
dpw
@dpw,
Firstly, I never thought you complained, rather I could see that you are frustrated with some issues. This is something we both have in common as I too am frustrated with a few issues. And I know that you'll eventually get your project done because you are taking the time to analyse things.. That's all it takes.
Now, I know you directed the above comment to Dhrup, but I hope you don't mind me giving some input on that.. and by no means am I claiming to be an expert, because I am not. When you look at the 'plugin/theme' integration and management system in Elgg, you'll find that the 'save changes' and 'restore' features do in fact exist. Once you enable a plugin, it is deployed, once you disable it, the default alternative is restored. This is a little different to the traditional 'modify' and restore functions which commonly affect the same file (ie, modify file.php, then, restore the same file.php). Despite this, the outcome is the same. My take on the benefits of using the elgg method are:
Thank you all very much, this has helped me a lot. I see that I will have to learn a lot more about plugins. I am glad to see that Dhrup and Jededitor have just started groups or topics about plugins -- perhaps a bit too developer-oriented for me, but I will follow along and see what they say. What has made the greatest difference to my understanding of Elgg is getting into a good active site -- Eduspaces, one that answered my original question about where there might be a fully operational site. (By the way they have no registration button -- I only got in through the kindness of Tami, who agreed to invite me). Anyway, I greatly enjoy the site, which does what I wanted -- it lets you find people on the basis of interests, and does other things I hoped for too. I wonder how they did it? I don't know enough to emulate them yet, but I am getting very optimistic now. Thanks again to all of you.
phpmyadmin is limited by the constraints of php's upload size and max execution time. It's definitely not ideal for backing up or restoring large databases - it's good for browsing, editing, running test queries etc. For large database import/export you should use command line mysql:
Export:
mysqldump -uUSERNAME -p DATABASE_NAME > database_backup.sql
Import:
mysql -uUSERNAME -p DATABASE_NAME < database_backup.sql
Hi ALL,
Is there any best practice for back-up I tried other form and elgg WIKI. I need to take full back up of my site like images \videos or other content .
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.