Commit c0fcb0c4 authored by Kenneth Chu's avatar Kenneth Chu Committed by Kenneth
Browse files

Clarify patching is limited to Ruby source files

parent 32c7e03c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,10 @@ category: Self-managed
description: How to patch GitLab (Rails application) manually
---

{{% alert title="Note" color="primary" %}}
This patching process only works for Ruby source files (For example: Rails controllers, models, services, workers). It does **not** work for JavaScript or CSS changes, because frontend assets are pre-compiled during the package/image build and the source files are removed from the installation.
{{% /alert %}}

## Patching an Omnibus install

Sometimes, we need to ask a customer to patch their systems manually. This may