Files
gitlabhq/lib
Jacob Vosmaer 346b074979 Don't stop if database.sql.gz already exists
The existing behavior of the backups is to overwrite whatever data
was still there in the scratch directories. This broke when we added
a 'gzip' step because 'gzip database.sql' will fail if 'database.sql.gz'
already exists. Doing 'rm -f database.sql.gz' before the 'gzip'
avoids this failure.
2015-07-21 10:37:27 +02:00
..
2015-06-02 13:21:34 +02:00
2015-02-02 21:31:03 -08:00
2014-08-14 15:48:14 +04:00
2014-08-14 15:48:14 +04:00
2015-05-11 18:21:45 +03:00