My SQL/MariaDB backup is failing or empty.

Q: My SQL/MariaDB backup is failing or empty.

A: This is usually a permission issue.

BmuS uses mysqldump. Ensure that the user defined in .bmus_credentials has the necessary rights (LOCK TABLES, SELECT, SHOW VIEW) for the databases you are trying to back up. Also, check if the MariaDB service is actually running.

systemctl status mariadb