summaryrefslogtreecommitdiff
path: root/doc/raketasks
Commit message (Collapse)AuthorAgeFilesLines
* You need to store your DB encryption keydocument-2fa-backupJacob Vosmaer2015-07-211-2/+33
|
* Add a troubleshooting section for backup restore docs, explain about ↵add_to_backup_docsMarin Jankovski2015-06-291-4/+23
| | | | warnings when using omnibus packages.
* Update maintenance documentation to explain no need to recompile asssets for ↵Stan Hu2015-06-191-4/+9
| | | | omnibus installations
* Remove gitlab:env:check task.remove_unecessary_rake_taskMarin Jankovski2015-06-031-2/+1
|
* Explained info betterKaren Carias2015-05-261-1/+2
|
* Added note about backups for gitlab.comKaren Carias2015-05-211-0/+3
|
* Fix link to the CI documentationValery Sizov2015-05-081-1/+1
|
* improved backup docValery Sizov2015-05-081-7/+65
|
* Link to CI backup documentationbackup_docValery Sizov2015-05-071-0/+2
|
* update doc by removing unnecessary partsJob van der Voort2015-05-041-29/+3
|
* Added " How to maintain tight control over the number of active users on ↵Karen Carias2015-04-241-0/+35
| | | | your GitLab installation" to documentation
* Merge pull request #8510 from koebi001/feature/backup_restoreDmitriy Zaporozhets2015-04-211-0/+1
|\ | | | | add environment variable force to the documentation
| * add environment variable force to the documentationMarkus Köberl2014-12-291-0/+1
| |
* | ability to skip some items in backupbackup_skip_optionValery Sizov2015-04-021-0/+7
| |
* | Rephrased wording in the documentation to say "installation from source" ↵Patricio Cano2015-02-162-3/+3
| | | | | | | | instead of "manual installation" or similar.
* | Merge branch 'consolidate_ssh_docs' into 'master'Marin Jankovski2015-02-041-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate SSH docs The two available SSH topics were quite short, so it made sense to combine them. Includes fixes a few missing words, punctuation. See merge request !328
| * | Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-4/+4
| | | | | | | | | | | | product names, plus a couple of instances of bad Markdown markup.
* | | Merge branch 'doc_cookbook_uses_omnibus' into 'master'Marin Jankovski2015-02-045-17/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop comments on cookbook installing from source now that it uses Omnibus. gitlab-coockbook now uses Omnibus packages so raketasks are invoked via gitlab-rake See merge request !318
| * | | Drop comments on cookbook installing from source now that it uses Omnibus.Achilleas Pipinellis2015-01-285-17/+17
| | | |
* | | | Merge branch 'add_more_maintenance_tasks' into 'master'Dmitriy Zaporozhets2015-02-041-22/+52
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add more maintenance tasks to documentation See merge request !317
| * | | | Add assets precompile and redis clear cache to maintenance tasks.Achilleas Pipinellis2015-01-281-22/+52
| |/ / /
* | | | Merge branch 'master' into 'master'Sytse Sijbrandij2015-02-031-1/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Fix capitalization of URL. A targeted fix in the documentation. See merge request !323
| * | | Make all non-config/non-operational mentions of URL consistentlyEwan Edwards2015-01-301-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | capitalized. Make the plural version consistently "URLs". Fix an instance where the article "the" before URL was missing.
* | | Separate out the instructions for source installsJacob Vosmaer2015-01-261-4/+6
| | |
* | | Make omnibus the default in repo import docsJacob Vosmaer2015-01-211-4/+9
|/ /
* | Update import.md documentation to specify correct directory ownership and ↵Marin Jankovski2015-01-161-0/+10
|/ | | | permissions.
* Fix Rake tasks doc README: add top level h1Ciro Santilli2014-12-181-0/+3
| | | | and link to missing to features.md.
* Merge pull request #8359 from bbodenmiller/patch-1Jeroen van Baarsen2014-12-131-1/+1
|\ | | | | add details on backing up your SSH host keys
| * add details on backing up your SSH host keysBen Bodenmiller2014-11-231-1/+1
| | | | | | | | | | | | Users need to backup SSH host keys if they want to do a complete restore to the same domain and not have users get the `WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!` message.
* | Add snapshot backup tipsJacob Vosmaer2014-12-051-0/+23
| |
* | Add CRON=1 backup setting for quiet backupsJacob Vosmaer2014-11-201-1/+4
| |
* | add correct path to rebuild-keys docJob van der Voort2014-11-201-1/+2
| |
* | add rebuilding of authorized_keys to docsJob van der Voort2014-11-201-0/+23
|/
* fix backup rake taskBen Bodenmiller2014-11-141-1/+1
|
* Fix doc rake import md style [ci-skip]Ciro Santilli2014-10-311-4/+3
|
* Modified according to suggestions by @sytsePatricio Cano2014-10-301-30/+5
|
* Fixed typoPatricio Cano2014-10-301-2/+2
|
* Corrected layout, to be more friendly.Patricio Cano2014-10-301-9/+9
|
* Corrected the wording of the documentation and the layout.Patricio Cano2014-10-301-16/+14
|
* Added the satellites:create step, that might be necessary after the import.Patricio Cano2014-10-301-3/+11
| | | | Corrected syntax.
* Improved rake documentation for importing existing repositories with a rake ↵Patricio Cano2014-10-291-7/+44
| | | | task.
* Fix doc raketasts import md style [ci skip]Ciro Santilli2014-10-221-6/+6
|
* Merge branch 'uploader-link' into 'master'Jacob Vosmaer2014-10-011-4/+4
|\ | | | | | | | | | | Uploader link See merge request !1133
| * Make hyperlinks out of the links.Sytse Sijbrandij2014-09-301-4/+4
| |
* | Consolidate the IAM backup upload policyJacob Vosmaer2014-09-301-25/+10
| |
* | Add a 'region' to the backup upload connectionJacob Vosmaer2014-09-301-0/+2
|/
* Add backup upload support to the rake taskJacob Vosmaer2014-09-291-0/+99
|
* capitalize omnibus in docsJob van der Voort2014-09-291-3/+3
|
* use omnibus package to refer to omnibus gitlab at all times to avoid confusionJob van der Voort2014-09-281-5/+6
|
* set the proposed backup time to 4amJob van der Voort2014-09-251-2/+2
|