diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-03 12:07:18 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-03 12:07:18 +0000 |
commit | b9ae930d02bebaadcd6f019b59240f1304822ef8 (patch) | |
tree | 0e6cdac4c356c802e83657ebac57d0cf120d770e /doc/install | |
parent | 84e07fc55f3a0f824a5aa247c4cbbc575a1e90e1 (diff) | |
download | gitlab-ce-b9ae930d02bebaadcd6f019b59240f1304822ef8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/install/requirements.md | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 1191b32181e..543a377b8ee 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -50,7 +50,7 @@ If the highest number stable branch is unclear, check the [GitLab blog](https:// | ------------------ | --------------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [Ruby](#2-ruby) | `2.7` | From GitLab 13.6, Ruby 2.7 is required. Ruby 3.0 is not supported yet (see [the relevant epic](https://gitlab.com/groups/gitlab-org/-/epics/5149) for the current status). You must use the standard MRI implementation of Ruby. We love [JRuby](https://www.jruby.org/) and [Rubinius](https://github.com/rubinius/rubinius#the-rubinius-language-platform), but GitLab needs several Gems that have native extensions. | | [Go](#3-go) | `1.18` | From GitLab 15.6, Go 1.18 or later is required. | -| [Git](#git) | `2.37.x` | From GitLab 15.6, Git 2.37.x and later is required. It's highly recommended that you use the [Git version provided by Gitaly](#git). | +| [Git](#git) | `2.38.x` | From GitLab 15.8, Git 2.38.x and later is required. It's highly recommended that you use the [Git version provided by Gitaly](#git). | | [Node.js](#4-node) | `16.15.0` | From GitLab 15.7, Node.js 16.15.0 or later is required. | ## GitLab directory structure diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 7fcb371c178..540f35c5b03 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -120,6 +120,18 @@ test based on those. We try to be compatible with most external (not managed by Omnibus GitLab) databases (for example, [AWS Relational Database Service (RDS)](https://aws.amazon.com/rds/)), but we can't guarantee compatibility. +#### Operating system locale compatibility and silent index corruption + +Changes to locale data in `glibc` means that PostgreSQL database files are not fully compatible +between different OS releases. + +To avoid index corruption, [check for locale compatibility](../administration/geo/replication/troubleshooting.md#check-os-locale-data-compatibility) +when: + +- Moving binary PostgreSQL data between servers. +- Upgrading your Linux distribution. +- Updating or changing third party container images. + #### Gitaly Cluster database requirements [Read more in the Gitaly Cluster documentation](../administration/gitaly/praefect.md). |