Is separate upgrade of components necessary when upgrading Gitlab?

Hi all, we are planning to upgrade our Gitlab CE ver. 12.7.5 to latest 13.10.2 hosted on CentOS 7. The installation was done using Omnibus method.

We will be following the recommended upgrade path and understand that certain components like Git, Ruby, PostgreSQL etc have to be upgraded between certain major versions.

Therefore, my question is do I need to upgrade these components individually or will they be upgraded automatically with the major versions? Hope you understand what I’m referring to. Thanks for your time.

If you didnt create any additional files in /etc/gitlab to stop such things from happening then the upgrades should happen automatically for all embedded components.

1 Like

Thanks as always, Ian!