| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a note about EFS and GitLab log filessh-aws-efs-docs | Stan Hu | 2017-07-30 | 1 | -0/+4 |
| | | | | | [ci skip] | ||||
| * | Update server terminolgy to differentiate HA setups from Geo | Chenjerai Katanda | 2017-07-27 | 1 | -9/+9 |
| | | |||||
| * | Add note on external url setting for HA clusters.HA-external-urls-docs | Chenjerai Katanda | 2017-07-25 | 1 | -0/+6 |
| | | |||||
| * | Add instructions for enabling the `pg_trgm` extension in the production db. ↵ | Chenjerai Katanda | 2017-07-24 | 1 | -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 type | Paul Charlton | 2017-07-11 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'patch-17' into 'master' | Marin Jankovski | 2017-06-22 | 1 | -20/+26 |
| |\ | | | | | | | | | clarify NFS option details See merge request !12257 | ||||
| | * | clarify NFS option details | Ben Bodenmiller | 2017-06-19 | 1 | -20/+26 |
| | | | |||||
| * | | Add missing link in Redis HA source docsdocs/add-missing-link | Achilleas Pipinellis | 2017-06-21 | 1 | -0/+1 |
| |/ | |||||
| * | Replace EFS section in AWS guide | Drew Blessing | 2017-05-17 | 1 | -3/+5 |
| | | |||||
| * | Add warning about AWS EFS and performance | Drew Blessing | 2017-05-17 | 1 | -0/+17 |
| | | |||||
| * | Consolidate opening text from about.gitlab.com and add active/passive note | Drew Blessing | 2017-05-17 | 1 | -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-docs | Lee Matos | 2017-05-04 | 2 | -10/+11 |
| | | |||||
| * | Merge branch 'patch-20' into 'master' | Rémy Coutable | 2017-05-02 | 1 | -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 balancer | Ben Bodenmiller | 2017-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'patch-18' into 'master' | Achilleas Pipinellis | 2017-04-27 | 1 | -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 recommend | Ben Bodenmiller | 2017-04-13 | 1 | -10/+9 |
| | | | | |||||
| * | | | special pages config only needed for custom domain support | Ben Bodenmiller | 2017-04-27 | 1 | -1/+2 |
| | |/ |/| | |||||
| * | | [ci skip] Use master_password for Sentinel | Jose Torres | 2017-04-21 | 1 | -1/+1 |
| |/ | |||||
| * | Test docs internal links check | Achilleas Pipinellis | 2017-03-30 | 1 | -2/+2 |
| | | |||||
| * | link to database requirements document in HA database docs | Ben Bodenmiller | 2017-03-24 | 1 | -0/+2 |
| | | |||||
| * | clarify NFS server vs client options | Ben Bodenmiller | 2017-03-22 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'patch-13' into 'master' | Rémy Coutable | 2017-03-08 | 1 | -1/+3 |
| |\ | | | | | | | | | specify where to finish database HA setup See merge request !9731 | ||||
| | * | specify where to finish database HA setup | Ben Bodenmiller | 2017-03-06 | 1 | -1/+3 |
| | | | |||||
| * | | spell out what VIP is | Ben Bodenmiller | 2017-03-06 | 1 | -3/+3 |
| |/ | |||||
| * | Merge branch 'jej-pages-to-ce' into 'master' | Douwe Maan | 2017-02-06 | 1 | -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 location | Achilleas Pipinellis | 2017-02-01 | 1 | -1/+1 |
| | | | |||||
| * | | Map configuration to directory locations and add defaults to NFS HA doc.27685-update_ha_docs | Marin Jankovski | 2017-02-06 | 1 | -9/+9 |
| |/ | |||||
| * | Rename "Online terminal" to "Web terminal" in the docs | Nick Thomas | 2016-12-20 | 1 | -2/+2 |
| | | |||||
| * | Add online terminal documentation | Nick Thomas | 2016-12-19 | 1 | -10/+16 |
| | | |||||
| * | Add `gitlab_rails['auto_migrate'] = false` to HA docs for Redis/PG [ci skip] | Drew Blessing | 2016-12-15 | 2 | -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-password | Ian Baum | 2016-12-08 | 1 | -2/+2 |
| | | | | | | postgresql['sql_password'] is not used, should be gitlab_rails['db_password'] | ||||
| * | Merge branch 'patch-10' into 'master' | Achilleas Pipinellis | 2016-11-22 | 1 | -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-migration | Ben Bodenmiller | 2016-11-12 | 1 | -1/+1 |
| | | | |||||
| * | | Remove ToC since it's now supported in the docs portal itself | Achilleas Pipinellis | 2016-11-17 | 2 | -53/+0 |
| | | | | | | | | | [ci skip] | ||||
| * | | Remove login as root step from Redis HA docsdoc/sentinel | Achilleas Pipinellis | 2016-11-16 | 1 | -22/+9 |
| | | | | | | | | | [ci skip] | ||||
| * | | Minor edits in Redis HA source install | Achilleas Pipinellis | 2016-11-16 | 1 | -4/+4 |
| | | | | | | | | | [ci skip] | ||||
| * | | Remove experimental heading and move note at the top | Achilleas Pipinellis | 2016-11-16 | 1 | -9/+6 |
| | | | | | | | | | [ci skip] | ||||
| * | | Merge branch 'doc/sentinel' of gitlab.com:gitlab-org/gitlab-ce into doc/sentinel | Achilleas Pipinellis | 2016-11-16 | 3 | -330/+1107 |
| |\ \ | |||||
| | * | | Merge examples of Redis master/slave + Sentinels for source docs | Achilleas Pipinellis | 2016-11-16 | 1 | -67/+106 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Add steps to Redis HA source installation | Achilleas Pipinellis | 2016-11-16 | 1 | -73/+123 |
| | | | | |||||
| | * | | Merge examples of Redis master/slave + Sentinels | Achilleas Pipinellis | 2016-11-16 | 1 | -107/+37 |
| | | | | |||||
| | * | | Rearrange Redis HA source installations sections | Achilleas Pipinellis | 2016-11-16 | 1 | -24/+33 |
| | | | | |||||
| | * | | Add clear instructions for the different Redis HA setups | Achilleas Pipinellis | 2016-11-16 | 1 | -35/+40 |
| | | | | |||||
| | * | | Refactor Redis HA docs | Achilleas Pipinellis | 2016-11-15 | 1 | -233/+314 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Swap HA setups | Achilleas Pipinellis | 2016-11-15 | 2 | -42/+45 |
| | | | | |||||
| | * | | Add missing link to GH issue | Achilleas Pipinellis | 2016-11-11 | 1 | -6/+9 |
| | | | | |||||
| | * | | Rearrange sections in Sentinel docs | Achilleas Pipinellis | 2016-11-10 | 1 | -162/+181 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Move some things over | Achilleas Pipinellis | 2016-11-10 | 1 | -83/+112 |
| | | | | |||||
| | * | | Move experimental heading at the bottom under changelog | Achilleas Pipinellis | 2016-11-10 | 1 | -26/+33 |
| | | | | |||||
| | * | | Fix typos of Redis sentinel docs | Achilleas Pipinellis | 2016-11-10 | 1 | -22/+22 |
| | | | | |||||
