Skip to content

Commit e6ea2b3

Browse files
committed
Add note about database migration
1 parent 2e21510 commit e6ea2b3

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

UPGRADING.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
2043
feature_stepup_send_user_attributes: true
2144
stepup.callout_user_attributes:

0 commit comments

Comments
 (0)