Author Topic: 1.2 beta No opengoo_backup.zip File  (Read 12094 times)

werner.wuerfel

  • Sr. Member
  • ****
  • Posts: 319
    • View Profile
Re: 1.2 beta No opengoo_backup.zip File
« Reply #15 on: January 26, 2009, 04:51:22 pm »
Hi Karl,

do you testing OpenGoo 1.2beta with a local installation like XAMPP or on a webserver?


Karl

  • Sr. Member
  • ****
  • Posts: 339
    • ICQ Messenger - 464979879
    • View Profile
Re: 1.2 beta No opengoo_backup.zip File
« Reply #16 on: January 26, 2009, 05:15:24 pm »
Hi Werner,

I'm testing it on a webserver.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.2 beta No opengoo_backup.zip File
« Reply #17 on: January 27, 2009, 11:10:15 am »
I would also add that there's a third error - backup command failing but reported as a success, in my case.  (I'm still trying to get it sorted so the command actually works):

Code: [Select]
root ~ (networkmail): su websrv
$ /opt/nmail/mysql/bin/mysqldump --user=my_user --password=my_password my_db > /tmp/dump.sql
ld.so.1: mysqldump: fatal: libssl.so.0.9.8: open failed: No such file or directory
Killed
$ echo $?
137
$

As you can see the command doesn't exit with 0, but 137.

You're right. The return value wasn't being considered. Now it is :)