You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2020. It is now read-only.
We have experienced issues with the API Server losing the API Authorization tokens as well as the Resource server / application credentials when a unix patching happend earlier. We are using the simple H2 local DB setup for the API server. I tried to do a backup of the OAuth tokens and credentials. Please let me know how to take a back up of the tokens and auth credentials so that when we restart the OAuth API servers, we will not lose the tokens and auth credentials when we restart the API server after patching activity. Any help on this matter will help us avoid downtime.
The text was updated successfully, but these errors were encountered:
I would suggest not to use H2 for production purposes. H2 is fine for
development, but for any consistent environment you'd probably want a
proper database like MySQL.
On 13 April 2017 at 17:01, sriramakrishnan ***@***.***> wrote:
We have experienced issues with the API Server losing the API
Authorization tokens as well as the Resource server / application
credentials when a unix patching happend earlier. We are using the simple
H2 local DB setup for the API server. I tried to do a backup of the OAuth
tokens and credentials. Please let me know how to take a back up of the
tokens and auth credentials so that when we restart the OAuth API servers,
we will not lose the tokens and auth credentials when we restart the API
server after patching activity. Any help on this matter will help us avoid
downtime.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#103>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG69p5sCbzoF5ugmadNp5XGqmC-gWeVks5rvjjYgaJpZM4M80J7>
.
We have experienced issues with the API Server losing the API Authorization tokens as well as the Resource server / application credentials when a unix patching happend earlier. We are using the simple H2 local DB setup for the API server. I tried to do a backup of the OAuth tokens and credentials. Please let me know how to take a back up of the tokens and auth credentials so that when we restart the OAuth API servers, we will not lose the tokens and auth credentials when we restart the API server after patching activity. Any help on this matter will help us avoid downtime.
The text was updated successfully, but these errors were encountered: