Migrating Gitlab non-packaged PostgreSQL into omnibus-packaged

With the release of Gitlab 8.15 [https://about.gitlab.com/2016/12/22/gitlab-8-15-released/] it was announced that PostgreSQL [https://en.wikipedia.org/wiki/PostgreSQL] needs to be upgraded [https://about.gitlab.com/2016/12/22/gitlab-8-15-released/#postgresql-version-upgrade] . As I migrated from a source installation [https://gitlab.com/gitlab-org/…

Learning Git Branching

If you are comming from an old SCM like subversion, you may have difficulties to internalize the new workflow. Peter Cottle [http://petermcottle.com/] created Learn Git Branching [http://pcottle.github.com/learnGitBranching/] which is really nice.…