This might be true when you assume that there is only one java process running on this
machine. When you are able to stop keycloak anyway, there is nothing to worry about. My
original question however was:
"What is the recommended procedure to export domain configuration and users in an
actively running keycloak instance?"
http://lists.jboss.org/pipermail/keycloak-user/2017-November/012156.html
The recommendation back then was to start a second instance for the export.
Cheers
Michael
-----Ursprüngliche Nachricht-----
Von: lists [mailto:lists@merit.unu.edu]
Gesendet: Mittwoch, 7. Februar 2018 11:33
An: keycloak-user(a)lists.jboss.org
Betreff: Re: [keycloak-user] backup strategy
Hi,
On 7-2-2018 10:44, Knurr, Michael wrote:
For my Keycloak installation I am doing daily exports/backups to the
file system. Especially the question "how to make it stop" gave me a major
headache.
How to make it stop is not that difficult..? Or perhaps I misunderstand, but for us
stopping keycloak is as simple as:
pkill java
(as keycloak is the only java application on this machine)
MJ