gitlab-org--gitlab-foss/changelogs/unreleased/56618-hashed-storage-skip-validation.yml
Gabriel Mazetto b4f2050207 Skip project validation when switching storage layouts
This is a fix for the Hashed Storage migration and Rollback procedure
to ignore any project-level validation error that can happen in a
long-running instance.

There are many situations where defaults and acceptable values changed
but, because we didn't provide a migration to "valid" attributes, it
can happen that project will not be `valid? => true`.

Because the changes we are making are limited to setting a project as
read_only or changing the storage_level, it's safe to bypass validation.
2019-03-05 04:00:53 +01:00

5 lines
120 B
YAML

---
title: Skip Project validation during Hashed Storage migration or rollback
merge_request: 25753
author:
type: fixed