Dear Sir,
I am getting the following error when i tried to backup the database. I was able to backup codes and files. The folders were given permission.
WARNING: An error may have occurred during the backup process. The most common cause is file permissions.
For your reference, what we did,
Added following line on config.inc.php page under section [cli]
dump = /usr/bin/mysqldump -h %s -u %s -p%s %s
- replaced %s with hostname, username, password and dbname
We are getting following error message on this,
“WARNING: An error may have occurred during the backup process. The most common cause is file permissions.”
How do we fix it ?
Thanking you in advance
Latha