Getting started
This commit is contained in:
parent
df4525672d
commit
9565ba3596
19 changed files with 2829 additions and 717 deletions
10
local-dev/import/export.sh
Executable file
10
local-dev/import/export.sh
Executable 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
|
1852
local-dev/import/testing.json
Normal file
1852
local-dev/import/testing.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue