glajarige
|
ab66e298f1
N°1002 Backup: '.' character in iTop instance path was causing a crash when trying to -temporary- replace them in the backup filename (due to compression lib limitations).
|
%!s(int64=7) %!d(string=hai) anos |
romainq
|
5528688133
N.612 Backup files could not exceed 4Gb (technology limitation). The fix consists in archiving the backup as a tar.gz instead of a zip. As a consequence, installing iTop now requires TWO additional PHP modules: phar/zlib. The zip module remains mandatory because it is used in other places. The restore utility accepts both legacy zip files and brand new tar.gz files. DBBackup::CreateZip is deprecated in favor of DBBackup::CreateCompressedBackup. DBRestore::RestoreFromZip is deprecated in favor of DBRestore::RestoreFromCompressedFile (which autodetects the format for backward compatibility).
|
%!s(int64=8) %!d(string=hai) anos |
dflaven
|
1b110522ca
#1150: Spurious message "A restore is running..." - FIXED !
|
%!s(int64=9) %!d(string=hai) anos |
romainq
|
0122952eb4
Instrumented the code to help in solving the "restore runing" issue. We've added traces into the error.log file:
|
%!s(int64=9) %!d(string=hai) anos |
dflaven
|
610247a0cb
Enhancement: support injection of new modules treated as data.
|
%!s(int64=10) %!d(string=hai) anos |
romainq
|
29ffd61d9b
Backup tools disabled when the demo mode is active
|
%!s(int64=10) %!d(string=hai) anos |
romainq
|
eb51a4acea
New functionality: data backup / restore. By default, performs a daily backup, keeping the five last backups. Allows manual backups too.
|
%!s(int64=10) %!d(string=hai) anos |