summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-29' into 'master'Rémy Coutable2018-09-271-1/+2
|\ | | | | | | | | Added `chown git` to the backup tar to prevent permission denied errors. See merge request gitlab-org/gitlab-ce!21724
| * Move chown *after* cpCraig Fisher2018-09-271-1/+1
| |
| * Added `chown git` to the backup tar to prevent permission denied errors.Craig Fisher2018-09-131-1/+2
| |
* | Enable write to auth_keys file during restoreCindy Pallares2018-09-251-1/+1
|/ | | | | | Fast lookup of authorized SSH keys in the database was ported to CE in v10.4. This change adds the option to enable the setting via the restore rake task and assumes yes if the force env variable is set.
* Specify tar is required for backup and restore tasksBalasankar "Balu" C2018-09-101-3/+13
|
* Expanded upon directory exclusion for clarificationMichael Rochefort2018-08-291-1/+4
| | | | | | | | | | | Sentence language seemed to contradict the section header, so it's been clarified to prevent any confusion. Also added information about how wikis are handled during a backup. Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6673. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Compress all PNG images under doc/Achilleas Pipinellis2018-08-271-0/+0
| | | | | | | | | | The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
* Clean orphaned files in object storageJarka Kadlecová2018-08-071-1/+30
|
* Add local project uploads cleanup taskMichael Kozono2018-07-311-0/+31
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Merge branch 'nicolas-brousse/gitlab-ce-update-digital-ocean-s3-docs' into ↵Marcia Ramos2018-07-021-0/+6
|\ | | | | | | | | | | | | | | | | 'master' Update digital ocean s3 docs Closes #42510 See merge request gitlab-org/gitlab-ce!20198
| * Move DO spaces troubleshooting to DO spaces sectionAchilleas Pipinellis2018-06-271-7/+6
| |
| * Update DO Spaces documentation about GitLab backupsNicolas Brousse2018-06-271-0/+7
| |
* | Document that DIRECTORY environment variable in backups only applies to ↵Stan Hu2018-06-271-9/+10
|/ | | | | | remote storage Closes #38949
* Rename Secret variables -> variablesAchilleas Pipinellis2018-06-061-2/+2
|
* add info about the current format of the backup name and refresh examples of ↵Alexander Tanayno2018-05-241-6/+6
| | | | commands
* Add doc about backup-restore in docker and k8sdocker-backup-restore-docBalasankar "Balu" C2018-05-171-0/+35
|
* Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)2018-05-092-2/+2
|
* Suggest place for data-directories on mountpointsBob Van Landuyt2018-04-231-0/+7
| | | | | Using a mountpoint as data directory causes issues when restoring, so we need to mention this in the documentation.
* port the object storage to CEMicaël Bergeron2018-03-011-0/+1
|
* Merge branch ↵Achilleas Pipinellis2018-01-291-1/+1
|\ | | | | | | | | | | | | | | | | '42521-docs-update-usage-of-force-option-when-running-the-restore-raketask' into 'master' Resolve "Docs update usage of force option when running the restore raketask" Closes #42521 See merge request gitlab-org/gitlab-ce!16759
| * Updating docs for usage of force=yes when performing a restore.42521-docs-update-usage-of-force-option-when-running-the-restore-raketaskastrachan2018-01-291-1/+1
| |
* | Digital Ocean Spaces now supports AWS v4 streaming APIStan Hu2018-01-281-8/+10
|/ | | | See https://github.com/fog/fog-aws/issues/428#issuecomment-360869183
* Document how to configure Fog with Digital Ocean Spacessh-s3-digitalocean-howto-docsStan Hu2018-01-191-0/+24
| | | | Closes gitlab-org/gitlab-ee#4419
* Document that we need rsync for backing upLin Jen-Shin2018-01-121-4/+17
|
* Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-071-22/+25
|
* Remove gitlab:users:clear_all_authentication_tokens rake taskDouwe Maan2017-11-021-15/+0
|
* Exclude comments from specific docsAchilleas Pipinellis2017-11-011-0/+4
|
* Split S3 and Google Cloud Storage sections in backup docAchilleas Pipinellis2017-10-301-52/+90
|
* Add docs for backing up to Google Cloud Storage39426-update-fog-google-docsLin Jen-Shin2017-10-301-0/+19
|
* Resolve "Simple documentation update - backup to restore in restore section"Alexander2017-10-091-2/+12
|
* Update backup_restore.md documentation regarding S3 and IAM profiles.Kai Kontio2017-08-281-3/+2
| | | https://gitlab.com/gitlab-org/gitlab-ce/commit/7f8ef19c411eceec207fef5d8459fbeaa40bf464 most likely broke the old configuration format where empty string aws_access_key_id & aws_secret_access_key were still OK. From 9.5 onwards moving backups to S3 using IAM profiles will fail if they are configured.
* Merge branch 'harish-update-backup-restore-docs' into 'master'Achilleas Pipinellis2017-07-271-7/+7
|\ | | | | | | | | Document that instance types must match when restoring a backup See merge request !12639
| * Docs: Specify that backup restoration must be of the same typeHarish Ramachandran2017-07-041-7/+7
| |
* | Support custom directory in gitlab:backup:create taskMarkus Koller2017-07-271-0/+9
|/
* Add a Rake task to aid in rotating otp_key_baseNick Thomas2017-06-051-0/+79
|
* Add fog-aliyun as backup storage provideryuanfeiz/gitlab-ce-aliyun-backup-providerYuanfei Zhu2017-06-011-1/+1
|
* Refactor backup/restore docsAchilleas Pipinellis2017-04-251-114/+140
|
* Reword backup & restore secrets descriptionbackup-restore-docs-updateCindy Pallares2017-04-201-4/+6
| | | | | | The new description will make it more clear that there are 3 separate things being affected and not just 2FA.
* Merge branch 'backup_storage_class' into 'master' Rémy Coutable2017-03-061-0/+2
|\ | | | | | | | | Add storage class configuration option for Amazon S3 remote backups See merge request !9599
| * Add storage class configuration option for Amazon S3 remote backupsJon Keys2017-02-281-0/+2
| |
* | Merge branch 'patch-17' into 'master' Rémy Coutable2017-03-011-24/+8
|\ \ | | | | | | | | | | | | remove duplicate backup skip details See merge request !9525
| * | remove duplicate backup skip details Ben Bodenmiller2017-02-241-24/+8
| |/ | | | | [skip ci]
* | fix GitLab download archives link Ben Bodenmiller2017-02-251-1/+1
|/ | | [skip ci]
* # This is a combination of 2 commits.Drew Blessing2017-02-211-0/+22
| | | | | | | | | | | | | | | | | | # This is the 1st commit message: Add `copy` backup strategy to combat file changed errors The backup Rake task used to stream data directly from the live data directory into the backup. Under many circumstances this worked OK. However, really active instances would experience a 'file changed as we read it' error - especially with data like the registry. This now copies the data first, then compresses it. It will take a bit more disk space while the backup is in progress, but it's a necessary thing. # The commit message #2 will be skipped: # Add env var
* Rename builds to jobs in docsAchilleas Pipinellis2017-02-151-2/+2
| | | | [ci skip]
* Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis2017-02-071-1/+1
|\ | | | | | | | | Fix broken links to docs See merge request !9022
| * Fix broken links to docsAchilleas Pipinellis2017-02-061-1/+1
| | | | | | | | [ci skip]
* | Add pages to excluded directories in backup task [ci skip]Achilleas Pipinellis2017-01-311-0/+23
|/
* Merge branch 'backup-restore-documentation-tips' into 'master' Marin Jankovski2017-01-111-1/+3
|\ | | | | | | | | Add detail to backup_restore omnibus remote storage docs See merge request !8306