b4f2050207
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.
5 lines
120 B
YAML
5 lines
120 B
YAML
---
|
|
title: Skip Project validation during Hashed Storage migration or rollback
|
|
merge_request: 25753
|
|
author:
|
|
type: fixed
|