I just enabled a feature flag in the Rails console using Feature.enable
. Are these feature flags persistent across restarts of Gitlab?
Thanks,
I just enabled a feature flag in the Rails console using Feature.enable
. Are these feature flags persistent across restarts of Gitlab?
Thanks,
The answer to this per Gitlab support is: yes, they do persist across reboots. The only time where this would not be the case is if you upgrade Gitlab and the new version removes the feature flag.