Author Topic: Backup not verifying in 1.8  (Read 1730 times)

john2

  • Posts: 7
    • View Profile
Backup not verifying in 1.8
« on: April 04, 2005, 08:49:21 am »
Just installed 1.8 and when running backup it says:

Optimizing tables... DONE
Writing backup file... DONE
Verifying backup file... NOT FOUND

Is there a path for verifying that needs to be changed?  Where is the file written, and what is it called?


john

john2

  • Posts: 7
    • View Profile
Changed CHMOD - Now missing data tables
« Reply #1 on: April 04, 2005, 08:55:39 am »
Anticipating the problem was a CHMOD problem, I changed it to 777.  Now the backup verify shows a missing data table.

Optimizing tables... DONE
Writing backup file... DONE
Verifying backup file... ERROR - MISSING DATA TABLES

On examing the file in FTP client, I see a file that it tried to write, but only has 1 byte of data.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Backup not verifying in 1.8
« Reply #2 on: April 04, 2005, 10:19:54 am »
ListMail may not be correctly detecting the path to MySQL on your server.  You might try some alternatives from the config.php file, noted in this post.

If you like, submit your server information to me, along with a note, and I will see if I can fix the detection.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

john2

  • Posts: 7
    • View Profile
Got it
« Reply #3 on: April 04, 2005, 12:01:12 pm »
I played with the different path settings you //'d out in config.php and found this one that worked:

$sqlpath = "/usr/local/mysql/bin/";

Thanks for the pointer.  Sorry to bother you.


john

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Backup not verifying in 1.8
« Reply #4 on: April 04, 2005, 12:38:03 pm »
It's no bother at all.  Please don't hesitate to ask something else or post your suggestions in the Development forum.

Regards!
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting