Hi,
Do any of you also have problems backing up the database under MariaDB 10 with the mysqldump command?
I will add that under MariaDB 5 everything works without a problem.
My command looks like this:
mysqldump -u USER -pPASSWORD BASE_NAME | gzip > /volume2/backup/BASE_NAME-`date +"%Y-%m-%d_%H:%M:%S"`.sql.gz
The file is created but is empty.
Do any of you also have problems backing up the database under MariaDB 10 with the mysqldump command?
I will add that under MariaDB 5 everything works without a problem.
My command looks like this:
mysqldump -u USER -pPASSWORD BASE_NAME | gzip > /volume2/backup/BASE_NAME-`date +"%Y-%m-%d_%H:%M:%S"`.sql.gz
The file is created but is empty.