summaryrefslogtreecommitdiff
path: root/lib/backup
Commit message (Expand)AuthorAgeFilesLines
* Add support for AWS S3 Server-Side Encryption supportPaul Beattie2015-09-251-3/+4
* add pg_schema to backup configpg_dump_schemaValery Sizov2015-09-181-2/+6
* Fix backup testsKamil Trzcinski2015-09-161-1/+1
* Fix builds directory storeKamil Trzcinski2015-09-151-4/+8
* Cleanup CI backup => migrate with GitLabKamil Trzcinski2015-09-151-0/+30
* Do not delete the SQL dump too earlyJacob Vosmaer2015-08-211-2/+3
* Workaround the warnings emitted by MySQL 5.6 regarding password on theTed Strzalkowski2015-08-121-2/+5
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-08-034-6/+14
|\
| * Stricter mkdir's in 'rake gitlab:backup:create'backup-directory-permissionsJacob Vosmaer2015-07-303-4/+14
| * Set internal backup directory modes on createJacob Vosmaer2015-07-294-5/+3
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into backup-archive-p...Jacob Vosmaer2015-07-271-5/+17
|\ \ | |/
| * Don't stop if database.sql.gz already existsoverwrite-during-backupJacob Vosmaer2015-07-211-0/+1
| * Merge branch 'improve-postgres-restore-cleaning' into 'master' Dmitriy Zaporozhets2015-07-071-5/+2
| |\
| | * Use native Postgres database cleaning during backup restoreJacob Vosmaer2015-07-071-5/+2
| * | Compress database backupKamil Trzcinski2015-07-061-0/+14
| |/
* | Allow custom backup archive permissionsJacob Vosmaer2015-07-061-3/+3
|/
* Merge branch 'restore_uploads_fix' into 'master'Dmitriy Zaporozhets2015-06-221-1/+1
|\
| * Avoid "cannot copy directory to itself" restore errorBryan Stearns2014-08-031-1/+1
* | use gitlab not gitlabciJeroen Nijhof2015-06-091-1/+1
* | update fog to 1.25.0 and add multipart upload supportJeroen Nijhof2015-06-091-1/+2
* | ability to skip some items in backupbackup_skip_optionValery Sizov2015-04-021-6/+36
* | Don't use chmod_R for backup tarsVinnie Okada2015-03-281-1/+1
* | Change directory when removing old backupsVinnie Okada2015-03-241-7/+8
* | Merge branch 'backup-permissions' into 'master'Dmitriy Zaporozhets2015-03-211-18/+25
|\ \
| * | Call chdir() with a blockVinnie Okada2015-03-191-18/+17
| * | Change permissions on backup filesVinnie Okada2015-03-171-5/+13
* | | backup repo with tar instead of git bundleValery Sizov2015-03-191-2/+3
|/ /
* | Revert "Merge branch 'backup-permissions' into 'master'"Dmitriy Zaporozhets2015-03-161-4/+0
* | Change permissions on backup filesVinnie Okada2015-03-151-0/+4
* | Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-192-29/+13
* | Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-162-13/+29
* | Properly fix wiki restore.Achilleas Pipinellis2014-11-301-12/+14
* | Proper wiki restore. Fixes #845Achilleas Pipinellis2014-11-291-8/+12
* | Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-203-38/+47
* | Correctly restore empty repositories.Dimitry Andric2014-11-131-1/+7
* | Merge remote-tracking branch 'origin/master' into backup_restore_drop_sequencesValery Sizov2014-11-121-1/+1
|\ \
| * | Factor using Repository#path_to_repoCiro Santilli2014-11-051-1/+1
* | | Drop all Postgres sequences during backup restoreJacob Vosmaer2014-10-281-0/+1
|/ /
* | Ask the wiki repo, not Gollum, if it's emptyJacob Vosmaer2014-10-201-1/+1
* | Fail harder in the backup scriptJacob Vosmaer2014-10-013-6/+22
* | Add backup upload support to the rake taskJacob Vosmaer2014-09-291-2/+24
* | Use create-hooks instead of rewrite-hooks.shJacob Vosmaer2014-09-081-1/+1
|/
* Backup wiki repo even if the main repo is emptyJacob Vosmaer2014-05-081-6/+3
* Apply the locale encoding to `tar --version`Jacob Vosmaer2014-05-081-1/+1
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-2/+2
* Drop all tables before restoring a PostgreSQL DBJacob Vosmaer2014-03-281-2/+3
* Replace backticks with Gitlab::PopenJacob Vosmaer2014-03-031-1/+6
* Merge branch 'backup_uploads_symlink' into 'master'Dmitriy Zaporozhets2014-03-011-2/+3
|\
| * Support symlinked public/uploads for backp restoreJacob Vosmaer2014-02-261-2/+3
* | Use Gitlab::VERSION to version backupsJacob Vosmaer2014-02-271-16/+10