1

I'm trying to install gitlab (omnibus) latest version on ubuntu 18.04. And my earlier version is gitlab (source) is using mysql. I want to manually copy the tables from the old version and hence want this installation this to use mysql. Any procedure for the same or links is greatly helpful.

EDIT:

jrtapsell's answer says -

MySQL in Omnibus GitLab package is only supported in GitLab Enterprise Edition Starter and Premium. The MySQL server itself is not shipped with Omnibus, you will have to install it on your own or use an existing one. Omnibus ships only the MySQL client.

Is there any procedure on how to "you will have to install it on your own" as mentioned in the docs and configure gitlab to use it ?

Electrix
  • 23
  • 3

1 Answers1

2

Is it possible to use GitLab community with MySQL

It is no longer possible to use MySQL with GitLab community edition

MySQL in Omnibus GitLab package is only supported in GitLab Enterprise Edition Starter and Premium. The MySQL server itself is not shipped with Omnibus, you will have to install it on your own or use an existing one. Omnibus ships only the MySQL client.

Source

How can I upgrade my server

There are instructions available here which cover how to move the data from an existing MySQL database into a new PostgreSQL.

jrtapsell
  • 986
  • 1
  • 9
  • 15