Getting started

This commit is contained in:
Stefan Bethke 2025-05-21 14:44:29 +02:00
commit 9565ba3596
19 changed files with 2829 additions and 717 deletions

10
local-dev/import/export.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
#
# Helper script to export database
#
cp -rp /opt/keycloak/data/h2 /tmp
/opt/keycloak/bin/kc.sh export --file /opt/keycloak/data/import/testing.json --realm testing \
--optimized \
--db-url 'jdbc:h2:file:/tmp/h2/keycloakdb;NON_KEYWORDS=VALUE'
rm -rf /tmp/h2

File diff suppressed because it is too large Load diff