Page 3 of 27 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 265
  1. #21
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Backup MySQL Database

    It's likely that the path to the mysqldump binary may be causing it, and instead the path should perhaps be left out.

    mysqldump

    instead of

    /usr/bin/mysqldump


    Either that, or the way the command is being sent isn't properly separating the command from its parameters...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #22
    Join Date
    May 2006
    Posts
    170
    Plugin Contributions
    1

    Default Re: Backup MySQL Database

    Quote Originally Posted by DrByte
    It's likely that the path to the mysqldump binary may be causing it, and instead the path should perhaps be left out.

    mysqldump

    instead of

    /usr/bin/mysqldump


    Either that, or the way the command is being sent isn't properly separating the command from its parameters...
    Hmmm.. that doesn't do it either. I have switched to a zencart certified host from dreamhost, and have the same problem on the new host.

  3. #23
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Backup MySQL Database

    Just a note that may apply. Previously after installing the BU plugin on v1.26, and later on 1.30, when I first ran the tool I received the same errors reported below (unable to find binary and backup failed). However the backup still worked (successfully backed up my database, both to the server and downloaded to my client). I successfully tested restoring my db's with the backups.

    Later I had my domain account moved to an upgraded server and then I did a fresh install of 1.3.0.1. The plugin installed on 1.3.0.1 without those errors. And works fine.

    Apologies if you've already responded to the questions below, but in case not...

    What are permissions on your /admin/backups folder?

    Do you see the same errors when backing up to the server versus downloading backup (choosing "Download without storing on server")? I don't normally backup to my client using this tool but useful for testing.

    Do you see these same errors if GZIP is enabled or not (in Zen Cart admin - Configuration > GZIP)? (shouldn't apply but you never know).

    Woody

  4. #24
    Join Date
    Nov 2004
    Location
    Glasgow, Scotland
    Posts
    251
    Plugin Contributions
    0

    Re: Backup MySQL Database

    Just downloaded and installed v 1.2.0.10a onto Zencart v 1.3.0.1

    I had no problems installing - I've used previous versions on versions 1.2x of Zencart with no problems whatsoever.

    One small bug I have found with the new version is that if I backup to the server and click the 'No compression' radio button I get a .gzip file rather than an uncompressed file. If, however, I tick the 'Download without storing on the server' box I get an uncompressed file as expected.

    Anyone else experienced this problem?

    Great tool b.t.w. I never install Zencart without it.

    Regards,

    Alan

  5. #25
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Backup MySQL Database

    Yep same for me too!

    I've gone back to an earlier version (around sept 05) and it works as it should.

    While a lot of other stuff was probably fixed, this small quirk was introduced.

  6. #26
    Join Date
    May 2006
    Posts
    170
    Plugin Contributions
    1

    Default Re: Backup MySQL Database

    Quote Originally Posted by Woodymon
    Just a note that may apply. Previously after installing the BU plugin on v1.26, and later on 1.30, when I first ran the tool I received the same errors reported below (unable to find binary and backup failed). However the backup still worked (successfully backed up my database, both to the server and downloaded to my client). I successfully tested restoring my db's with the backups.

    Later I had my domain account moved to an upgraded server and then I did a fresh install of 1.3.0.1. The plugin installed on 1.3.0.1 without those errors. And works fine.

    Apologies if you've already responded to the questions below, but in case not...

    What are permissions on your /admin/backups folder?

    Do you see the same errors when backing up to the server versus downloading backup (choosing "Download without storing on server")? I don't normally backup to my client using this tool but useful for testing.

    Do you see these same errors if GZIP is enabled or not (in Zen Cart admin - Configuration > GZIP)? (shouldn't apply but you never know).

    Woody
    Permissions are 777 on admin/backups, and I get the same error no matter which combination of settings I use. This is hosted on camelot-hosting, so there shouldn't be anything weird with their setup.

  7. #27
    Join Date
    May 2006
    Posts
    170
    Plugin Contributions
    1

    Default Re: Backup MySQL Database

    I tried downloading a fresh version of the mod and reinstalling and everything works! Not sure if there was some weirdness when I originally installed it on my old host, or if I messed it up somehow. Thanks for all the suggestions.

  8. #28
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Backup MySQL Database

    Quote Originally Posted by duncanad
    Just downloaded and installed v 1.2.0.10a onto Zencart v 1.3.0.1

    One small bug I have found with the new version is that if I backup to the server and click the 'No compression' radio button I get a .gzip file rather than an uncompressed file. If, however, I tick the 'Download without storing on the server' box I get an uncompressed file as expected.

    Anyone else experienced this problem?
    Yes. I am running Zen Cart 1.3.0.1 with backup_mysql_admin_plugin-1.2.1.0 (not A).

    I cannot disable the compression radio button, no matter if backing up to server or if download to remote client..

    Workaround: When I want to back up with compression off I just turn it off in Configuration > GZip Compression. Then I back up.

    But I have found no reason to disable GZip. Instead of a 20.5MB DB I get a 2MB DB. ;)

    Woody

  9. #29
    Join Date
    Nov 2005
    Posts
    21
    Plugin Contributions
    0

    Default Re: Backup MySQL Database

    i just installed this contrib... i went to tools and database backup but all it has there is a warning about not using SSL and a restore button... am i missing something??

  10. #30
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Backup MySQL Database

    Quote Originally Posted by GazLuvsStace
    i just installed this contrib... i went to tools and database backup but all it has there is a warning about not using SSL and a restore button... am i missing something??
    Reading some of the posts below and the caveats in the readme, did you observe any security restrictions in effect which may be contributing to your issues?

    Woody

 

 
Page 3 of 27 FirstFirst 1234513 ... LastLast

Similar Threads

  1. Backup MySQL Database vs using cPanel backup option?
    By IronMan101 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Jul 2007, 08:46 AM
  2. Database Backup Manager - MySQL
    By sicness in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Aug 2006, 09:42 PM
  3. Backup MySQL Database failure
    By JFD in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 3 Jun 2006, 06:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR