FIX: Backups issues
Reviewing the backup issues from Foodcoop, we've realized that the origin of the problem was an $ being part of the admin_pwd. This lead bash script to malfunctioning, providing an invalid password to the curl command, that resulted in a corrupted tiny zip file.
Fixed by
-
Checking master_pwd for illegal chars ( $) -
Checking DB backup file size
Edited by César López Ramírez