Skip to content

Release 1.2.3 is now LIVE

Compare
Choose a tag to compare
@lucascbeyeler lucascbeyeler released this 28 Sep 22:15
· 47 commits to 1.2-version since this release
533babd

This new release fix the following bugs from Release 1.2.2:

Installer:

  • Install script picking the wrong hostname;
  • The e-mail used by zmbackup to send reports wasn't being included in the config file during install;
  • Removing some garbage characters from the IP that are broking the install script;
  • Making the script create the entire structure used by the backup;
  • Install.sh doesn't remove the dependencies anymore - temporary fix!

Zmbackup:

  • Zmbackup not running with SQLITE3;
  • The old backups aren't being removed - actually was only the most recent ones;
  • Simplified the logic behind the LDAP Backup;
  • Fixed the TXT to SQLITE migration;
  • Fixed size reporting for individual backups;
  • Zmbackup now locks the backup again for one per day - disabled by config;
  • Fixed the LDAP Backup for TXT file;
  • Now the --migrate create the SQLITE file, if doesn't exist;
  • Fixed the permissions inside the WORKDIR for CIFS and NFS;

Thanks for @cavassin, @ananiasfilho and Thiago Castro for all the fix proposed inside the project!

Any problem, please, create an issue.