summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add detail to backup_restore remote storage docsDaniel Guilak2016-12-241-1/+3
| | | | | | | | | | - Location in which to add `gitlab_rails` configurations - Reminder to run `gitlab-ctl reconfigure` after changing gitlab_rails
* | Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-091-2/+6
| |
* | Re-add Google Cloud Storage as a backup strategysupport-google-cloud-storage-backupsRémy Coutable2017-01-061-1/+1
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add LDAP task to rename a providerDrew Blessing2016-12-161-1/+2
| | | | | | | | Sometimes admins will change the LDAP configuration, not realizing that problems will occur if the user's LDAP identities are not also updated to use the new provider name. This task will give admins a single command to run to update identities and will prevent having to run multiple Rails console queries.
* Add Human Readable Timestamp to backup tar fileDavid Gerő2016-11-301-1/+1
|
* Stop supporting Google and Azure as backup strategiesremove-backup-strategiesRémy Coutable2016-11-241-1/+1
| | | | | | | | | The amount of gems required is quite high compared to the usefulness of the features. Related to !4928, !6713 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-221-0/+0
| | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* Change docker backup command in readmeBenjamin Weber2016-11-141-1/+1
|
* Introduce better credential and error checking to `rake gitlab:ldap:check`Drew Blessing2016-11-082-61/+1
| | | | | | | It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :)
* Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-187/+2
|
* Merge branch 'bradjones1/gitlab-ce-patch-3' into 'master' Achilleas Pipinellis2016-10-251-2/+5
|\ | | | | | | | | | | | | Specify which Fog storage drivers are imported by default in backup_restore.md Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5783 See merge request !7072
| * Specify which Fog storage drivers are imported by default in backup_restore.mdBrad Jones2016-10-241-2/+5
| |
* | Add an example of how to run the backups when using docker to the docsbackup-docker-docsDJ Mountney2016-10-211-0/+4
|/
* Updated logo from @lukeMatt Lee2016-10-171-0/+0
|
* Add a new gitlab:users:clear_all_authentication_tokens taskRémy Coutable2016-10-111-0/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add registry to skipped data in backup raketask docsAchilleas Pipinellis2016-10-101-4/+6
| | | | [ci skip]
* Added "CI secret variables" per @axil.John McGehee2016-09-291-3/+3
|
* Rebase and resolve conflicts in backup doc for !3761john McGehee2016-09-281-23/+34
|
* Remove whitespace.Geoff Webster2016-08-191-1/+0
|
* Document IAM Profile AWS S3 configuration key. Geoff Webster2016-08-191-0/+7
|
* Mention that gitlab.rb must be kept, toodecouple-secret-keysSean McGivern2016-08-041-11/+12
|
* Mention that gitlab.rb needs to be keptSean McGivern2016-08-031-7/+7
|
* Store OTP secret key in secrets.ymlSean McGivern2016-08-032-15/+16
| | | | | | | | | | | | | | | | .secret stores the secret token used for both encrypting login cookies and for encrypting stored OTP secrets. We can't rotate this, because that would invalidate all existing OTP secrets. If the secret token is present in the .secret file or an environment variable, save it as otp_key_base in secrets.yml. Now .secret can be rotated without invalidating OTP secrets. If the secret token isn't present (initial setup), then just generate a separate otp_key_base and save in secrets.yml. Update the docs to reflect that secrets.yml needs to be retained past upgrades, but .secret doesn't.
* Clarify backup_keep_time config parameter with S3clarify-backup-keep-timeStan Hu2016-07-291-0/+7
| | | | | | Discussed in gitlab-org/omnibus-gitlab#1453 [ci skip]