hey, i installed a fresh debian 12 (with all updates) with the latest ispconfig (3.2.12p1) version on my server. All works fine, but one thing DOES NOT WORK! The encryption on the backup. If i work with no encryption then only one configuration works good: for web files tar xz for database files xz other configuration with unzip, rar and 7z is not working, but they are installed in the newest version!. encrypted backup is only generated with zip, rar and 7z. If i started a backup job, i see a dump from the database generated and next a small file with 7z (if i choose this) with around 130 bytes ... after 1.. 2 seconds there a away, deleted. so ... where is the problem? i tried different easy passworts with only a..z or numbers, but the same result. no backup is generated. the error message is: "Failed to make backup of database ..."
here the last news: the email backup is working with encryption. the backup of a web files gives an error with "Failed to make backup of database" so the problem is to make an encryption backup of the database.
Why can a database backup and a web backup encrypted, but an email is only with tar gz compress without any encryption?
These are different and separate functionalities, that one is working does not mean that there can be an issue with a different function nor does it mean that if a specific feature is available in one module of the system that this same feature must be available in another independent module as well. I'm not using encryption on my systems, so I can not say for sure that there is no issue in a specific combination of functions. If you want to debug this, there is a cron_debug.php script available to debug cron plugins. In general, we are working on a complete new backup infrastructure and plugin for ISPConfig with direct integration of cloud backups and backups to s3 services.
thanks for the good news for a new backup! please allow your own FTP on this backup! first i solved now the biggest problem: make a database backup (if i solved this, the web backup is also fixed) second, i fixed the unzip/7z problem (... so an reboot, is maybe a good thing) third, after i make an encrypted local backup ... i solved this issue by make a cronjob after local backup to copy it to a ftp server finished