[keycloak-user] backup strategy

Cedric Thiebault cedric.thiebault at sensefly.com
Wed Feb 7 03:33:50 EST 2018


Hello,


Just to be sure: we just need to backup DB, there are no other file within JBOSS_HOME (/opt/jboss/keycloak) that needs to be backup?


Cedric

________________________________
From: keycloak-user-bounces at lists.jboss.org <keycloak-user-bounces at lists.jboss.org> on behalf of Stian Thorgersen <sthorger at redhat.com>
Sent: Wednesday, February 7, 2018 8:48:37 AM
To: Corentin Dupont
Cc: keycloak-user
Subject: Re: [keycloak-user] backup strategy

Export is not really that great for backups. It can be rather slow if you
have loads of entries in the DB and it also requires the server to be
stopped prior.

You should rather use DB specific tools to backup the DB directly. That
will be faster and more reliable as well.

On 6 February 2018 at 16:05, Corentin Dupont <corentin.dupont at gmail.com>
wrote:

> Another question, can I import a configuration in Keycloak while it is
> running or do I need to stop it?
>
>
> On Tue, Feb 6, 2018 at 12:09 PM, Corentin Dupont <
> corentin.dupont at gmail.com>
> wrote:
>
> > Hi guys,
> > I wonder what the backup strategy is?
> > Is it good practice to export regularly all Keycloak configuration?
> >
> > I can export with the command:
> > ./keycloak/bin/standalone.sh -Dkeycloak.migration.action=export
> > -Dkeycloak.migration.provider=singleFile -Dkeycloak.migration.file=
> export-`date
> > +"%m-%d-%y"`.json -Djboss.http.port=8888 -Djboss.https.port=9999
> > -Djboss.management.http.port=7777
> >
> > It exports the current configuration (realms, users...).
> > I set different ports so it can run concurently with the running instance
> > of keycloak.
> > I can set a cron job with the command, but unfortunately this command
> need
> > to be stopped by Ctrl-C.
> >
> > -> How to make it stop after the export?
> >
> > Other question, the export need to be run on the same container than
> > Keycloak, but this is not very practical in a Cloud setting. I use Amazon
> > ECS, so I have to log in the VM and then the container. I have then to
> > extract the file with various scp.
> > Is there any way to make this easier (i.e. with an API command)?
> >
> > Cheers
> > Corentin
> >
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
_______________________________________________
keycloak-user mailing list
keycloak-user at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user


More information about the keycloak-user mailing list