[Plugin: BackWPup] Rackspace Cloud backup from godaddy…
-
More godaddy issues.. I’m guessing some library or function is disabled by godaddy, but maybe there’s just a bug someplace.
When attempting to save a backup to the rackspace clud service, I get this log
2010-11-05 11:12.54: Run Database Dump to file…
2010-11-05 11:12.54: Dump Database table: wp_commentmeta
2010-11-05 11:12.54: Dump Database table: wp_comments
2010-11-05 11:12.54: Dump Database table: wp_contact_form_7
2010-11-05 11:12.54: Dump Database table: wp_headway_elements
2010-11-05 11:12.54: Dump Database table: wp_headway_leafs
2010-11-05 11:12.54: Dump Database table: wp_headway_misc
2010-11-05 11:12.54: Dump Database table: wp_headway_options
2010-11-05 11:12.54: Dump Database table: wp_links
2010-11-05 11:12.54: Dump Database table: wp_options
2010-11-05 11:12.54: Dump Database table: wp_postmeta
2010-11-05 11:12.54: Dump Database table: wp_posts
2010-11-05 11:12.54: Dump Database table: wp_stray_quotes
2010-11-05 11:12.54: Dump Database table: wp_term_relationships
2010-11-05 11:12.54: Dump Database table: wp_term_taxonomy
2010-11-05 11:12.54: Dump Database table: wp_terms
2010-11-05 11:12.54: Dump Database table: wp_usermeta
2010-11-05 11:12.54: Dump Database table: wp_users
2010-11-05 11:12.54: Database Dump done!
2010-11-05 11:12.54: Add Database Dump to Backup: xxxxxxxxxxxxxxxxx.sql 932.07 KB
2010-11-05 11:12.54: Create Backup Zip file…
2010-11-05 11:12.55: Backup Zip file create done!
2010-11-05 11:12.55: Connected to Rackspase …
2010-11-05 11:12.56: [ERROR] Rackspase Cloud API: Required Content-Type not set
2010-11-05 11:12.56: Backup Archive File size is 96.55 KB
2010-11-05 11:12.56: Job done in 2 sec.So, I take it RaceSpace requires a MIME content type (application/zip) in this example, but it’s not getting it. I spent a little time looking through the code, and nothing popped out at me.
What I’m thinking/hoping, is that there’s a way to set the MIME content type from the BackWPup code instead of letting the Rackspace library functions try and determine it (since godaddy’s probably disabling something that’s used there). Since the type is known based on the BackWPup job settings (zip, tar, tar.gz, etc), this would seem to be a perfect fix in all cases, not just godaddy. It would also be faster than looking things up in the largish “magic” file from the rackspace library.
Started looking at how to do this, but it will take more time than I have at the moment to familiarize myself with the code and calling conventions to see if it’s even possible.
Ideas? (w/code preferred ??
Thanks,
Tim
- The topic ‘[Plugin: BackWPup] Rackspace Cloud backup from godaddy…’ is closed to new replies.