File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,32 @@ Before upgrading to 6.18, first upgrade the following components:
1313 - Stepup-Gateway to version 5.1.0
1414 - Stepup-AzureMFA to version 2.2.0
1515
16+ ### Database migration
17+ A new database column was added to the Engineblock database. After upgradign the code, you need to run the following migration:
18+ ```
19+ ./app/console doctrine:migrations:migrate --env=prod --no-interaction
20+
21+ OpenConext EngineBlock Migrations
22+
23+
24+ Migrating up to 20250206095609 from 20230824090020
25+
26+ ++ migrating 20250206095609
27+
28+ -> ALTER TABLE sso_provider_roles_eb5 ADD idp_discoveries LONGTEXT DEFAULT NULL COMMENT '(DC2Type:json)'
29+
30+ ++ migrated (0.06s)
31+
32+ ------------------------
33+
34+ ++ finished in 0.06s
35+ ++ 1 migrations executed
36+ ++ 1 sql queries
37+ ```
38+
1639### Changes
1740
18- To use the new GSSP faalback feature of Setup, you need to add the following keys to parameters.yml:
41+ To use the new GSSP fallback feature of Setup, you need to add the following keys to parameters.yml:
1942```
2043feature_stepup_send_user_attributes: true
2144stepup.callout_user_attributes:
You can’t perform that action at this time.
0 commit comments