Skip to content

Commit f8d0be0

Browse files
committed
📚 Sync docs from alaudadevops/gitlab-ce-operator on b95aade853b7e19ff02c340ff6d0d7721b2c2f24
Source: docs: update PostgreSQL requirements and upgrade instructions (#248) Author: nanjingfm Ref: refs/heads/release-18.2 Commit: b95aade853b7e19ff02c340ff6d0d7721b2c2f24 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/gitlab-ce-operator@b95aade 🤖 Synced on 2025-10-20 03:29:11 UTC
1 parent 297599e commit f8d0be0

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

.github/SYNC_INFO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-10-17 08:58:27 UTC
3+
- **Last synced**: 2025-10-20 03:29:11 UTC
44
- **Source repository**: alaudadevops/gitlab-ce-operator
5-
- **Source commit**: [84b3e4418de660342b01bc06b6320ee8bab2b65c](https://github.com/alaudadevops/gitlab-ce-operator/commit/84b3e4418de660342b01bc06b6320ee8bab2b65c)
5+
- **Source commit**: [b95aade853b7e19ff02c340ff6d0d7721b2c2f24](https://github.com/alaudadevops/gitlab-ce-operator/commit/b95aade853b7e19ff02c340ff6d0d7721b2c2f24)
66
- **Triggered by**: nanjingfm
7-
- **Workflow run**: [#40](https://github.com/alaudadevops/gitlab-ce-operator/actions/runs/18587808190)
7+
- **Workflow run**: [#41](https://github.com/alaudadevops/gitlab-ce-operator/actions/runs/18641185188)
88

99
## Files synced:
1010
- docs/

docs/en/install/02_gitlab_credential.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,18 @@ Redis service can be provided by Alauda Cache Service for Redis OSS. In some spe
108108

109109
## PostgreSQL Credentials \{#pg-credentials}
110110

111-
### Requirements
111+
### Requirements \{#pg-requirements}
112112

113113
GitLab has the following requirements for PostgreSQL versions:
114114

115-
- GitLab 17.z requires PostgreSQL version 14.z
116-
- GitLab 18.z requires PostgreSQL version 16.z
115+
| GitLab Version | Supported PostgreSQL Versions |
116+
| --------------- | ----------------------------- |
117+
| 17.z | 14、16 |
118+
| 18.z | 16、17 |
119+
120+
::: info
121+
When upgrading GitLab to a new version, you need to upgrade the PostgreSQL version to meet the requirements for the new GitLab version.
122+
:::
117123

118124
### Credential Format
119125

docs/en/upgrade/01_upgrade.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ You can read the [official upgrade documentation](https://docs.gitlab.com/update
1616

1717
The table below contains the complete upgrade path. When upgrading, you need to upgrade the Operator and GitLab instance versions in sequence.
1818

19-
| No | Alauda Build of GitLab Operator Version |
20-
| --- | ---------------- |
21-
| 1 | 17.8.z |
22-
| 2 | 17.11.z |
23-
| 3 | 18.2.z |
19+
| No | Alauda Build of GitLab Operator Version | Requirements |
20+
| --- | ---------------- | ----------------------------- |
21+
| 1 | 17.8.z | - |
22+
| 2 | 17.11.z | - |
23+
| 3 | 18.2.z | [**PostgreSQL 16** (upgrade required)](../install/02_gitlab_credential.mdx#pg-requirements) |
2424

2525
:::info
2626
In the version numbers above, the `.z` indicates the latest available patch version for that minor release.
@@ -37,9 +37,10 @@ If your GitLab version is lower than `17.8.5`, please refer to the [GitLab Data
3737
:::warning
3838
To safely upgrade your GitLab version to a new version, please note the following:
3939

40-
1. Before upgrading the GitLab instance, please complete the data backup of the instance.
41-
2. Upgrading GitLab takes some time, depending on the GitLab data size and the version gap between the current version and target version (number of upgrades)
42-
3. The instance will be unavailable during the upgrade process.
40+
1. **PostgreSQL Version Check**: [Ensure your PostgreSQL version meets the requirements for your target GitLab version](../install/02_gitlab_credential.mdx#pg-requirements)
41+
2. Before upgrading the GitLab instance, please complete the data backup of the instance.
42+
3. Upgrading GitLab takes some time, depending on the GitLab data size and the version gap between the current version and target version (number of upgrades)
43+
4. The instance will be unavailable during the upgrade process.
4344
:::
4445

4546
When upgrading, you need to upgrade the <ExternalSiteLink name="acp" href="extend/operator.html#upgrading-operators" children="Operator" /> version and instance version in sequence according to the upgrade path. Upgrading the Operator will not automatically upgrade the instance version, and the upgraded Operator will not manage old GitLab instances, so you need to manually trigger the instance upgrade in time.

0 commit comments

Comments
 (0)