Send private message

You must be logged in to send a private message.

Friends

No friends yet.

Activity

  • pablo replied on the discussion topic To Many Groups?
    i think the forums at places like Rocket themes are really well organized and maintained. I've solved a ton of Joomla problems using them. Maybe our own modification of something like that? view reply
  • pablo joined the group Beginning Developers
  • pablo replied on the discussion topic Backup Elgg in the group General Discussion
    Hi all. I was wondering if anyone has recommendations for what to back up when making a backup of an Elgg website? I recently had a crash/lockout, and wanted to restore, but had nothing backed up. Database, Folder and anything else? THanks!  
    • 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 .

  • pablo added a new discussion topic Backup Elgg in the group General Discussion
    Hi all. I was wondering if anyone has recommendations for what to back up when making a backup of an Elgg website? I recently had a crash/lockout, and wanted to restore, but had nothing backed up. Database, Folder and anything else? THanks!  
    • 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 .

  • pablo joined the group General Discussion