summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* Update documentation according to the new multiple git mount points feature20107-update-documentation-according-to-the-new-multiple-repository-storage-paths-featureAlejandro Rodríguez2016-07-211-2/+2
|
* Added Rake task for tracking deploymentsdeployment-trackingYorick Peterse2016-07-191-0/+19
| | | | | | | This simply inserts the current GitLab version in the "deployments" measurement. Fixes gitlab-com/infrastructure#98
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+2
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-292-0/+0
|
* Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-131-1/+1
| | | | [ci skip]
* Emphasize that GitLab must be partially running when restoring backups. John McGehee2016-04-201-11/+24
| | | | This caused me a lot of pain until I caught on. I also enhanced the GitLab Omnibus application data backup restore procedure. I verified the procedure by executing it with GitLab 8.6.4.
* Reload the schema before restoring a database backupDrew Blessing2016-03-211-0/+3
|
* web hooks to webhooksashleys2016-03-102-8/+8
|
* Remove note on backing up GitLab CI as a separate serviceAchilleas Pipinellis2016-02-131-2/+0
| | | | [ci skip]
* docs: raketasks: Add documentation on uploading to mounted sharesNathan Lowe2015-12-291-0/+43
|
* [ci skip] Add user repository integrity check rake taskDrew Blessing2015-12-143-1/+65
|
* Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu2015-12-101-2/+2
|\ | | | | Fix typos in all docs
| * Fix typos in all docs [skip ci]Anton Davydov2015-11-241-2/+2
| |
* | Merge branch 'master' into sync-all-reposJacob Vosmaer2015-12-083-9/+30
|\ \
| * | Remove reverence to satellites [ci skip]remove-satellites-referenceRobert Schilling2015-11-281-3/+0
| |/
| * Backup LFS objects same as any upload.Marin Jankovski2015-11-191-1/+1
| |
| * Implement Build ArtifactsKamil Trzcinski2015-11-101-1/+2
| | | | | | | | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
| * Add builds to the docs as a valid skip option for backups.builds_to_backup_docMarin Jankovski2015-10-221-1/+1
| |
| * Changed loose to loseAshley Hindle2015-10-161-1/+1
| |
| * Add docs for gitlab:two_factor:disable_for_all_users taskRobert Speicher2015-10-071-0/+14
| |
| * solved conflictkaren Carias2015-09-302-1/+6
| |\
| | * Merge branch 'master' into 'master' Jacob Vosmaer2015-09-291-0/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for AWS S3 Server-Side Encryption support This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. ## Points to double check I'm unsure on the best way to the handle the default. I've followed the `multipart_upload` de facto in the app. I'm happy to change this if required or if it will impact elsewhere e.g. omnibus packages I also think I've managed to catch all of the documentation for this change as well. ### Why is this required Many enterprises require good backup support but also for this to be encrypted. By default backups aren't encrypted, this allows at rest encryption to be supported in GitLab backups providing a layer of security should the physical media not be properly disposed of. Relates to issue #2478. See merge request !1280
| | | * Add support for AWS S3 Server-Side Encryption supportPaul Beattie2015-09-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for AWS S3 SSE with S3 managed keys, this means the data is encrypted at rest and the encryption is handled transparently to the end user as well as in the AWS Console. This is optional and not required to make S3 uploads work.
| | * | Improve 'rake gitlab:cleanup:repos' documentationorphaned-repo-cleanupJacob Vosmaer2015-09-251-1/+2
| | |/
| * | made info more clearkaren Carias2015-09-091-1/+3
| | |
| * | link to rake taskskaren Carias2015-09-081-1/+6
| | |
* | | Add "rake gitlab:list_repos" taskJacob Vosmaer2015-09-251-0/+30
| |/ |/|
* | added notekaren Carias2015-09-131-1/+4
|/
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-13/+0
| | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-0/+13
| | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>