summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/backup.rake
Commit message (Expand)AuthorAgeFilesLines
* Add GitLab PagesKamil Trzcinski2017-01-311-0/+21
* Fix: Backup restore doesn't clear cache12622-backup-restore-doesn-t-clear-cache-resulting-in-missing-branches-and-tagsValery Sizov2016-10-201-0/+2
* Fix restore warning messageDrew Blessing2016-06-281-1/+2
* Replace colorize gem with rainbow.Connor Shea2016-06-031-40/+40
* Fix backups if registry is disabledKamil Trzcinski2016-05-231-6/+14
* Added backup of container registryKamil Trzcinski2016-05-161-0/+21
* Reload the schema before restoring a database backupDrew Blessing2016-03-211-8/+26
* Backup LFS objects same as any upload.Marin Jankovski2015-11-191-0/+21
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+21
* Cleanup CI backup => migrate with GitLabKamil Trzcinski2015-09-151-0/+21
* Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-231-2/+2
* ability to skip some items in backupbackup_skip_optionValery Sizov2015-04-021-9/+24
* Explain why we create a StringIOJacob Vosmaer2014-11-201-0/+2
* Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-12/+23
* move backup logic to lib. Fixed removing outdated backupsDmitriy Zaporozhets2013-08-051-95/+7
* Correction to restore expected current directoryAngus MacArthur2013-06-031-9/+14
* fixes for gitlab restore with non-standard backup and repo dirsAngus MacArthur2013-05-301-0/+3
* Merge pull request #3858 from abalkin/issue-3857Dmitriy Zaporozhets2013-05-131-3/+4
|\
| * Save backup time as is. Fixes #3857.Lev Abalkin2013-05-081-4/+3
| * Save backup time as is. Fixes #3857.Lev Abalkin2013-05-061-3/+5
* | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-8/+8
|/
* fixed broken gitlab version determination during backupAngus MacArthur2013-04-231-2/+2
* Invoke shell setup after backup restoreDmitriy Zaporozhets2013-04-181-0/+1
* backup/restore uploadsDmitriy Zaporozhets2013-04-101-3/+19
* refactor backup/restoreDmitriy Zaporozhets2013-04-051-46/+7
* Replace db:backup/restore with native mysq/pg solutionDmitriy Zaporozhets2013-04-051-41/+6
* Adds DB-sensitive tablename escape for backup task.Chris Lawlor2013-03-141-1/+2
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-1/+1
* Fix backup/restore path_to_repoDmitriy Zaporozhets2013-01-051-2/+2
* Use project with namespace in email subjectDmitriy Zaporozhets2012-12-311-4/+4
* Fix backup/restore of reposDmitriy Zaporozhets2012-12-311-20/+34
* Update output of gitlab:backup:resoreRiyad Preukschas2012-12-231-35/+39
* Fix #2220v4.0.0rc2Dmitriy Zaporozhets2012-12-221-1/+1
* Rename gitlab:app:backup_* to gitlab:backup:*Riyad Preukschas2012-12-201-67/+71
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-11/+11
* retrieve settings with symbolsHugo Duksis2012-11-191-3/+3
* cleanup rake tasksNihad Abbasov2012-09-261-25/+21
* Line not needed anymoreLeonB2012-08-281-2/+1
* Fixed some hardcoded pathsLeonB2012-08-281-0/+1
* No need to chown hooks in backup script any mroerandx2012-08-261-1/+0
* Post-receive hook should be owned by gitlab user, not git.Michael van Rooijen2012-07-271-2/+6
* Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and r...Michael van Rooijen2012-07-261-2/+4
* Fixing MySQL syntax errorMichael Richardson2012-07-181-1/+1
* Changes done as per feedbackStefan Morgenthaler2012-07-101-22/+15
* add: rake task to backup/restore gitlab db and reposStefan Morgenthaler2012-07-101-0/+197