summaryrefslogtreecommitdiff
path: root/doc/administration/high_availability
Commit message (Collapse)AuthorAgeFilesLines
* Add a note about EFS and GitLab log filessh-aws-efs-docsStan Hu2017-07-301-0/+4
| | | | [ci skip]
* Update server terminolgy to differentiate HA setups from GeoChenjerai Katanda2017-07-271-9/+9
|
* Add note on external url setting for HA clusters.HA-external-urls-docsChenjerai Katanda2017-07-251-0/+6
|
* Add instructions for enabling the `pg_trgm` extension in the production db. ↵Chenjerai Katanda2017-07-241-2/+5
| | | | As a workaround to [a fault during HA setup](https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2501).
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-0/+5
|
* Merge branch 'patch-17' into 'master'Marin Jankovski2017-06-221-20/+26
|\ | | | | | | | | clarify NFS option details See merge request !12257
| * clarify NFS option detailsBen Bodenmiller2017-06-191-20/+26
| |
* | Add missing link in Redis HA source docsdocs/add-missing-linkAchilleas Pipinellis2017-06-211-0/+1
|/
* Replace EFS section in AWS guideDrew Blessing2017-05-171-3/+5
|
* Add warning about AWS EFS and performanceDrew Blessing2017-05-171-0/+17
|
* Consolidate opening text from about.gitlab.com and add active/passive noteDrew Blessing2017-05-171-0/+18
| | | | | Add opening text that was previously on https://about.gitlab.com/high-availability and add a note that active/passive is compatible but not supported.
* clarify DB/Redis HA docslm-improve-HA-docsLee Matos2017-05-042-10/+11
|
* Merge branch 'patch-20' into 'master' Rémy Coutable2017-05-021-1/+1
|\ | | | | | | | | use TCP or HTTPS protocol for port 443 on load balancer See merge request !10953
| * use TCP or HTTPS protocol for port 443 on load balancerBen Bodenmiller2017-04-271-1/+1
| |
* | Merge branch 'patch-18' into 'master' Achilleas Pipinellis2017-04-271-10/+9
|\ \ | | | | | | | | | | | | don't require no_root_squash on NFS, only recommend See merge request !10197
| * | don't require no_root_squash on NFS only recommendBen Bodenmiller2017-04-131-10/+9
| | |
* | | special pages config only needed for custom domain supportBen Bodenmiller2017-04-271-1/+2
| |/ |/|
* | [ci skip] Use master_password for SentinelJose Torres2017-04-211-1/+1
|/
* Test docs internal links checkAchilleas Pipinellis2017-03-301-2/+2
|
* link to database requirements document in HA database docsBen Bodenmiller2017-03-241-0/+2
|
* clarify NFS server vs client optionsBen Bodenmiller2017-03-221-1/+1
|
* Merge branch 'patch-13' into 'master' Rémy Coutable2017-03-081-1/+3
|\ | | | | | | | | specify where to finish database HA setup See merge request !9731
| * specify where to finish database HA setupBen Bodenmiller2017-03-061-1/+3
| |
* | spell out what VIP isBen Bodenmiller2017-03-061-3/+3
|/
* Merge branch 'jej-pages-to-ce' into 'master' Douwe Maan2017-02-061-1/+1
|\ | | | | | | | | | | | | Adding GitLab Pages to CE Closes #14605, gitlab-com/infrastructure#1058, gitlab-ee#1333, and #323 See merge request !8463
| * Move Pages docs to new locationAchilleas Pipinellis2017-02-011-1/+1
| |
* | Map configuration to directory locations and add defaults to NFS HA doc.27685-update_ha_docsMarin Jankovski2017-02-061-9/+9
|/
* Rename "Online terminal" to "Web terminal" in the docsNick Thomas2016-12-201-2/+2
|
* Add online terminal documentationNick Thomas2016-12-191-10/+16
|
* Add `gitlab_rails['auto_migrate'] = false` to HA docs for Redis/PG [ci skip]Drew Blessing2016-12-152-7/+7
| | | | | | | | In a high availability configuration, the Redis and PostgreSQL nodes should not attempt to run database migrations. In fact, trying will result in errors about not providing a database password. To prevent errors and confusion, add this configurtion to these nodes' `gitlab.rb` file.
* Updating reference to database password1392-honor-database-passwordIan Baum2016-12-081-2/+2
| | | | | postgresql['sql_password'] is not used, should be gitlab_rails['db_password']
* Merge branch 'patch-10' into 'master' Achilleas Pipinellis2016-11-221-1/+1
|\ | | | | | | | | | | | | | | | | add missing sudo skip-auto-migration ## What does this MR do? Fixes minor documentation issue where adding `skip-auto-migration` file does not work because `sudo` is not used. See merge request !7435
| * add missing sudo skip-auto-migrationBen Bodenmiller2016-11-121-1/+1
| |
* | Remove ToC since it's now supported in the docs portal itselfAchilleas Pipinellis2016-11-172-53/+0
| | | | | | | | [ci skip]
* | Remove login as root step from Redis HA docsdoc/sentinelAchilleas Pipinellis2016-11-161-22/+9
| | | | | | | | [ci skip]
* | Minor edits in Redis HA source installAchilleas Pipinellis2016-11-161-4/+4
| | | | | | | | [ci skip]
* | Remove experimental heading and move note at the topAchilleas Pipinellis2016-11-161-9/+6
| | | | | | | | [ci skip]
* | Merge branch 'doc/sentinel' of gitlab.com:gitlab-org/gitlab-ce into doc/sentinelAchilleas Pipinellis2016-11-163-330/+1107
|\ \
| * | Merge examples of Redis master/slave + Sentinels for source docsAchilleas Pipinellis2016-11-161-67/+106
| | | | | | | | | | | | [ci skip]
| * | Add steps to Redis HA source installationAchilleas Pipinellis2016-11-161-73/+123
| | |
| * | Merge examples of Redis master/slave + SentinelsAchilleas Pipinellis2016-11-161-107/+37
| | |
| * | Rearrange Redis HA source installations sectionsAchilleas Pipinellis2016-11-161-24/+33
| | |
| * | Add clear instructions for the different Redis HA setupsAchilleas Pipinellis2016-11-161-35/+40
| | |
| * | Refactor Redis HA docsAchilleas Pipinellis2016-11-151-233/+314
| | | | | | | | | | | | [ci skip]
| * | Swap HA setupsAchilleas Pipinellis2016-11-152-42/+45
| | |
| * | Add missing link to GH issueAchilleas Pipinellis2016-11-111-6/+9
| | |
| * | Rearrange sections in Sentinel docsAchilleas Pipinellis2016-11-101-162/+181
| | | | | | | | | | | | [ci skip]
| * | Move some things overAchilleas Pipinellis2016-11-101-83/+112
| | |
| * | Move experimental heading at the bottom under changelogAchilleas Pipinellis2016-11-101-26/+33
| | |
| * | Fix typos of Redis sentinel docsAchilleas Pipinellis2016-11-101-22/+22
| | |