Skip to content

Commit 32c724f

Browse files
ereadKati Paizee
andcommitted
Merge branch 'kpaizee-fix-redirects-docs' into 'master'
Fix doc links that are redirecting See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7111 Merged-by: Evan Read <[email protected]> Approved-by: Evan Read <[email protected]> Reviewed-by: Kati Paizee <[email protected]> Co-authored-by: Kati Paizee <[email protected]>
2 parents e96faf4 + 60c50fa commit 32c724f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

doc/settings/ssl/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ server are:
138138
- [ZeroSSL](https://zerossl.com/documentation/acme/)
139139
- [Buypass](https://www.buypass.com/products/tls-ssl-certificates/go-ssl)
140140
- [SSL.com](https://www.ssl.com/guide/ssl-tls-certificate-issuance-and-revocation-with-acme/)
141-
- [`step-ca`](https://smallstep.com/docs/step-ca)
141+
- [`step-ca`](https://smallstep.com/docs/step-ca/index.html)
142142

143143
To configure GitLab to use a custom ACME server:
144144

doc/update/convert_to_omnibus.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ Please be advised that you lose your settings in files such as `gitlab.yml`,
1515
Before starting the migration, ensure that you are moving to **exactly the same version** of GitLab.
1616
To convert your installation to using the Linux package:
1717

18-
1. If your current GitLab installation uses MySQL, you first need to migrate
19-
your data to PostgreSQL, because starting with GitLab 12.1, PostgreSQL is the
20-
only supported database management system. If you already use PostgreSQL, skip this step.
21-
1. Verify the [PostgreSQL requirements and supported versions](https://docs.gitlab.com/ee/install/requirements.html#postgresql-requirements),
22-
then [install PostgreSQL and create a database](https://docs.gitlab.com/ee/install/installation.html#6-database).
23-
1. After the database is created, [migrate the MySQL data to PostgreSQL](https://docs.gitlab.com/ee/update/mysql_to_postgresql.html#source-installation).
24-
2518
1. Create a backup from your current installation:
2619

2720
```shell

0 commit comments

Comments
 (0)