-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix edge cases in PostgreSQL maitenance
This commit fixes two separate issue with the PostreSQL maintenance script. Both are related to waiting for the upgrade to complete. * Fixes a panic in case we receive an event with an SGDbOps without any conditions * Fixes an issue where the script will run repack prematurely, in case there is an event on a different, completed, SGDbOps in the namespace.
- Loading branch information
Showing
2 changed files
with
118 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters