We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa20eb5 commit eb276beCopy full SHA for eb276be
1 file changed
docs/6-oidc-upgrade.md
@@ -3,6 +3,14 @@
3
This is an upgrade guide from versions 1 → 7. Review the changes and
4
apply those relevant to your deployment.
5
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
14
## Version 6 to 7
15
16
As the database schema has been updated, you will have to run the DB migrations
0 commit comments