Skip to content

Commit eb276be

Browse files
committed
Add note about cache busting after upgrade
1 parent fa20eb5 commit eb276be

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/6-oidc-upgrade.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
This is an upgrade guide from versions 1 → 7. Review the changes and
44
apply those relevant to your deployment.
55

6+
In general, when upgrading any of the SimpleSAMLphp modules or the
7+
SimpleSAMLphp instance itself, you should clear the SimpleSAMLphp
8+
cache after the upgrade:
9+
10+
```shell
11+
composer clear-symfony-cache
12+
```
13+
614
## Version 6 to 7
715

816
As the database schema has been updated, you will have to run the DB migrations

0 commit comments

Comments
 (0)