diff --git a/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb b/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb index edbaf98b5c7d..1396d0da9fec 100644 --- a/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb +++ b/modules/openid_connect/db/migrate/20240829140616_migrate_oidc_settings_to_providers.rb @@ -60,10 +60,13 @@ def migrate_provider!(name, configuration) raise <<~ERROR Failed to create or update OpenID provider #{name} from previous settings format. The error message was: #{call.message} + Please check the logs for more information and open a bug report in our community: https://www.openproject.org/docs/development/report-a-bug/ + If you would like to skip migrating the OpenID provider setting and discard them instead, you can use our documentation to unset any previous OpenID provider settings: + https://www.openproject.org/docs/system-admin-guide/authentication/openid-providers/ ERROR end