diff --git a/doc/update/7.4-to-7.5.md b/doc/update/7.4-to-7.5.md new file mode 100644 index 0000000000000000000000000000000000000000..b54d9c7398b01ace135574796ec9e93ec9772dd9 --- /dev/null +++ b/doc/update/7.4-to-7.5.md @@ -0,0 +1,15 @@ +# From 7.4 to 7.5 + +### Update config files + +#### New configuration options for `gitlab.yml` + +There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`. + +``` +git diff origin/7-4-stable:config/gitlab.yml.example origin/7-5-stable:config/gitlab.yml.example +``` + +#### Setup time zone + +Set your time zone in `gitlab.yml` and, if you set it previously, unset it in [`application.rb`](config/application.rb)