gitlab-org--gitlab-foss/lib/backup
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
..
database.rb Don't stop if database.sql.gz already exists 2015-07-21 10:37:27 +02:00
manager.rb use gitlab not gitlabci 2015-06-09 18:30:38 +02:00
repository.rb backup repo with tar instead of git bundle 2015-03-19 14:36:02 +02:00
uploads.rb Revert "Fix broken access control and refactor avatar upload" 2015-02-19 08:57:35 -08:00