M
mlambjr
Guest
ran the following first:
/opt/psa/bin/psadump -F -z -f /home/backup/domain.com.dump --domains-names /home/backup/domains.list --nostop
===============================================================================
Load list for dumping ... done
===============================================================================
Attempt to connect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
failed
Now the MySQL PSA service will be stopped.
sh: line 1: /etc/init.d/mysqld: No such file or directory
Now the MySQL PSA service will be started.
sh: line 1: /etc/init.d/mysqld: No such file or directory
===============================================================================
Attempt to reconnect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
Unable to connect to PSA database.
so then i tried to copy /etc/init.d/mysql -> /etc/init.d/mysqld and ran it again:
/opt/psa/bin/psadump -F -z -f /home/backup/domain.com.dump --domains-names /home/backup/domains.list --nostop
===============================================================================
Load list for dumping ... done
===============================================================================
Attempt to connect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
failed
Now the MySQL PSA service will be stopped.
Stopping MySQL database server: mysqld.
Now the MySQL PSA service will be started.
Starting MySQL database server: mysqld.
Checking for crashed MySQL tables in the background.
===============================================================================
Attempt to reconnect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
Unable to connect to PSA database.
so i look for mysql.sock, there is none on this debian box, only /var/run/mysqld/mysqld.sock.
attempting to create a link to that file then results in the following:
/opt/psa/bin/psadump -F -z -f /home/backup/domain.com.dump --domains-names /home/backup/domains.list --nostop
===============================================================================
Load list for dumping ... done
===============================================================================
Attempt to connect to MySQL server ... done
===============================================================================
===============================================================================
Checking packages installation ... Error: unsupported OS is detected.
Any ideas??
/opt/psa/bin/psadump -F -z -f /home/backup/domain.com.dump --domains-names /home/backup/domains.list --nostop
===============================================================================
Load list for dumping ... done
===============================================================================
Attempt to connect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
failed
Now the MySQL PSA service will be stopped.
sh: line 1: /etc/init.d/mysqld: No such file or directory
Now the MySQL PSA service will be started.
sh: line 1: /etc/init.d/mysqld: No such file or directory
===============================================================================
Attempt to reconnect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
Unable to connect to PSA database.
so then i tried to copy /etc/init.d/mysql -> /etc/init.d/mysqld and ran it again:
/opt/psa/bin/psadump -F -z -f /home/backup/domain.com.dump --domains-names /home/backup/domains.list --nostop
===============================================================================
Load list for dumping ... done
===============================================================================
Attempt to connect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
failed
Now the MySQL PSA service will be stopped.
Stopping MySQL database server: mysqld.
Now the MySQL PSA service will be started.
Starting MySQL database server: mysqld.
Checking for crashed MySQL tables in the background.
===============================================================================
Attempt to reconnect to MySQL server ... Unable to find file mysql.sock, possible reason: mysql service is not started.
Unable to connect to PSA database.
so i look for mysql.sock, there is none on this debian box, only /var/run/mysqld/mysqld.sock.
attempting to create a link to that file then results in the following:
/opt/psa/bin/psadump -F -z -f /home/backup/domain.com.dump --domains-names /home/backup/domains.list --nostop
===============================================================================
Load list for dumping ... done
===============================================================================
Attempt to connect to MySQL server ... done
===============================================================================
===============================================================================
Checking packages installation ... Error: unsupported OS is detected.
Any ideas??