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
CA-89978: Fix restoration of database from temporary restore file.
- Delete the temporary restore file after using it to populate the
database - if we don't do this then xapi will use the restore file
again the next time it starts up.
- Perform the initial database flush to the global list of database
connections in all cases; don't flush to the restore database file
if it's being used.
Signed-off-by: John Else <[email protected]>
0 commit comments