Commit b3d5ef02c8b8081e30f91797824b69ef686b26b2

Authored by Jacob Vosmaer
1 parent 6ecf9f95

Warn users not to edit files in /opt/gitlab

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
@@ -371,6 +371,14 @@ This is a destructive command; do not run it on an existing database! @@ -371,6 +371,14 @@ This is a destructive command; do not run it on an existing database!
371 371
372 See [the separate build documentation](doc/build.md). 372 See [the separate build documentation](doc/build.md).
373 373
  374 +## Running a custom GitLab version
  375 +
  376 +It is not recommended to make changes to any of the files in `/opt/gitlab`
  377 +after installing omnibus-gitlab: they will either conflict with or be
  378 +overwritten by future updates. If you want to run a custom version of GitLab
  379 +you can [build your own package](doc/build.md) or use [another installation
  380 +method][CE README].
  381 +
374 ## Acknowledgments 382 ## Acknowledgments
375 383
376 This omnibus installer project is based on the awesome work done by Chef in 384 This omnibus installer project is based on the awesome work done by Chef in