Guillaume Lajarige
|
9cf42f6cc8
|
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).
SVN:trunk[4883]
|
2017-08-29 14:30:46 +00:00 |
|
Romain Quetiez
|
e31fa066fc
|
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).
SVN:trunk[4803]
|
2017-07-06 15:26:03 +00:00 |
|
Romain Quetiez
|
3f819eaa19
|
N.656 Allow DB writes during a backup
SVN:trunk[4794]
|
2017-07-04 06:55:41 +00:00 |
|
Denis Flaven
|
8446fb028d
|
Make sure that the setup can be launched even if the 'php-zip' module is not installed.
SVN:trunk[4211]
|
2016-06-15 09:44:25 +00:00 |
|
Romain Quetiez
|
b318d27b19
|
#1209 Setup or Backup failing with french error message 'Effacement du fichier ...' Regression introduced in [r3868]. Occurs when a backup fails and prevents users from seeing the mysql error report.
SVN:trunk[4010]
|
2016-04-22 09:26:16 +00:00 |
|
Romain Quetiez
|
95ca14b05c
|
#1165 backup with errors fills up tmp-directories with lots of backup-files.
SVN:trunk[3868]
|
2016-01-21 14:55:31 +00:00 |
|
Denis Flaven
|
e7170755d8
|
Support the download of "bigger-than-memory" backup files.
SVN:trunk[3809]
|
2015-10-26 10:38:57 +00:00 |
|
Denis Flaven
|
030b4fa380
|
Enhancement: support injection of new modules treated as data.
SVN:trunk[3525]
|
2015-04-01 15:53:05 +00:00 |
|
Romain Quetiez
|
934e500253
|
Setup: fixed issue when upgrading a DB (no install dir specified, thus no config file) and requesting a backup: the backup is created without the config file in it.
(Updated the readme for the upcoming release!)
SVN:trunk[3037]
|
2013-12-10 15:47:33 +00:00 |
|
Romain Quetiez
|
7e4b69d272
|
Improved the error reporting for the backup (in case mysqldump fails with a single error, then the error is displayed directly)
SVN:trunk[2825]
|
2013-08-19 15:16:32 +00:00 |
|
Romain Quetiez
|
d8c9044e15
|
Improved the error reporting for the backup (in case mysqldump fails with a single error, then the error is displayed directly)
SVN:trunk[2824]
|
2013-08-19 15:15:53 +00:00 |
|
Romain Quetiez
|
4fa07536d5
|
Added datamodel delta (if any) to the backup file
SVN:trunk[2819]
|
2013-08-13 09:01:04 +00:00 |
|
Romain Quetiez
|
98a1242050
|
New capability for CRON: handle tasks scheduled at given date/time (as opposed to a task being executed more or less continuously).
SVN:trunk[2816]
|
2013-08-08 15:23:05 +00:00 |
|
Denis Flaven
|
b971faecda
|
Cleanup of the log output. No need for such verbosity now that we are approaching the release.
SVN:trunk[2746]
|
2013-05-16 15:41:52 +00:00 |
|
Romain Quetiez
|
7ba5526fda
|
#725 Specify a port for mySQL server
#729 Backup fails on Windows IIS
SVN:trunk[2742]
|
2013-05-16 13:57:52 +00:00 |
|
Denis Flaven
|
4fb7f612b1
|
Removed the "verbose" option from the mysqldump command.
SVN:trunk[2570]
|
2012-12-13 14:50:56 +00:00 |
|
Denis Flaven
|
323147c7f4
|
Fixed Trac #619 : Added the option -- single-transaction to the mysqldump command to avoid locking issues with non-existing definer accounts.
SVN:trunk[2477]
|
2012-11-28 11:17:45 +00:00 |
|
Denis Flaven
|
b2031c5e44
|
Changed mysqldump invocation to verbose mode (at least for the duration of the beta) in order to ease the troubleshooting of backup failures.
SVN:trunk[2448]
|
2012-11-21 13:26:10 +00:00 |
|
Romain Quetiez
|
721faa7e1e
|
Updated copyright (2012) and license (LGPL changed to AGPL)
SVN:trunk[2333]
|
2012-10-23 21:41:36 +00:00 |
|
Romain Quetiez
|
93791255e6
|
The new 2.0 setup is under way... (forgot the class 'DBBackup')
SVN:trunk[2188]
|
2012-09-18 14:47:15 +00:00 |
|