Commit bb680fc5 authored by Mayra Cabrera's avatar Mayra Cabrera

Add a note for 13.0.1 upgrades

'rack_attack.rb' was renamed on 13.0.1. If a source installation has
this file already defined for some reason, it'd be silentily overwritten
during the update.

This commits adds a note to notify that.

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/218291
parent dfc54ba2
...@@ -383,6 +383,18 @@ Example: ...@@ -383,6 +383,18 @@ Example:
Additional instructions here. Additional instructions here.
--> -->
### 13.0.1
As part of [deprecating Rack Attack throttles on Omnibus GitLab](https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/4750), Rack Attack initializer on GitLab
was renamed from [`config/initializers/rack_attack_new.rb` to `config/initializers/rack_attack.rb`](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33072).
If this file exists on your installation, consider creating a backup before updating:
```shell
cd /home/git/gitlab
cp config/initializers/rack_attack.rb config/initializers/rack_attack_backup.rb
```
## Troubleshooting ## Troubleshooting
### 1. Revert the code to the previous version ### 1. Revert the code to the previous version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment