How to backup KeyCloak config before reinstalling?I mean how did the author export such file https://github.com/Baeldung/spring-security-oauth/blob/master/oauth-rest/oauth-authorization-server/src/main/resources/baeldung-realm.json
I have tried./bin/kc.sh export --fileand./bin/kcadm.sh get realms/myrealm
But these exports only partial information.I need to export everything.