-
Notifications
You must be signed in to change notification settings - Fork 26
[DPE-6815] disable pgaudit during extensions changes #923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5bad788
to
0eeb5a2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 16/edge #923 +/- ##
========================================
Coverage 74.50% 74.50%
========================================
Files 12 12
Lines 3550 3550
Branches 508 508
========================================
Hits 2645 2645
Misses 708 708
Partials 197 197 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b6f91bd
to
f5277f0
Compare
1fd2dd4
to
b93828f
Compare
ec98c4c
to
d647a2e
Compare
This reverts commit d647a2e.
for extension, enable in extensions.items(): | ||
ordered_extensions[extension] = enable | ||
|
||
self._configure_pgaudit(False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disable pgaudit before processing the plugins and databases. It should get reenabled on line 451.
Checklist