2

I am trying BitNami GitLab Stack 5.1.0-2, and while I was doing that 5.1.0-3 was released.

How to update GitLab in Bitnami stack?

Related to BitNami GitLab Stack 5.1.0-2 with LDAP

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332

1 Answers1

1

Look at this: https://github.com/gitlabhq/gitlabhq/tree/master/doc/update

This how to's explains about upgrading the gitlab. But there are certain concerns.

Gitlab can be upgraded but gitlab-shell throws an error as "fatal: Not a git repository (or any of the parent directories): .git" which I guess needs answers from "Bitnami" or from Guru's.

So, be cautious.

Girish KG
  • 1,074
  • 11
  • 4
  • Just tried section 7 from update that is common for all versions. In Bitnami it doesn't show green sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production -> rake aborted! as `` seen as wrong token – Paul Verest Jul 17 '13 at 03:27