paszczak000
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by paszczak000-
paszczak000 commented,
The same here. # cat /usr/local/cpanel/version 11.62.0.4 It just stop working.
-
paszczak000 commented,
So is any waf from Hook Script to check if backup failed or not? Maybe getting some details from logs?
-
paszczak000 created a post,
Return codes of backup
Hi guys, I want to write Hook to run after backup is finished. I need to get status code from backup (failed or not). How can I get it using
-
paszczak000 commented,
OK, but i don't have there Invite Code.
-
paszczak000 commented,
Hi, can you add this support? We are using it for our additonal monitoring scripts and backups. We need this sections.
-
paszczak000 commented,
No, the problem is that some scripts in CPanel are reading .my.cnf credentials from wrong sections. Probably mysqlconnectioncheck is using details from [clientbackup] instead of [client] section wh...
-
paszczak000 commented,
There is no error with MySQL. On standard instalation of MySQL everything is wokring fine. Problem is with CPanel setup. Your scripts don't like section for example [clientbackup].
-
paszczak000 created a post,
Problem with my.cnf
I have file /root/.my.cnf: [client] user=root password=PASS1 socket=/var/lib/mysql/mysql.sock [clientbackup] user=backup password=PASS2 socket=/var/lib/mysql/mysql.sock Everything is working fi...
-
paszczak000 created a post,
Backup is generating huge load on server
Making backup is generating huge load on server. It is related to IOwaits on system. It is possible to nice backup process? ionice -c3 nice -10 This command is not working, because it will only ...