Commit 147032ba authored by James Lopez's avatar James Lopez

Merge branch 'fzimmer-master-patch-82508' into 'master'

Moved hashed storage removal from 13.4 to 14.0

See merge request gitlab-org/gitlab!32079
parents 21e6de43 a528f106
......@@ -12,7 +12,7 @@ module SystemCheck
def show_error
try_fixing_it(
"Please migrate all projects to hashed storage#{' on the primary' if Gitlab.ee? && Gitlab::Geo.secondary?}",
"as legacy storage is deprecated in 13.0 and support will be removed in 13.4."
"as legacy storage is deprecated in 13.0 and support will be removed in 14.0."
)
for_more_information('doc/administration/repository_storage_types.md')
......
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