Actions
Bug #38533
closedDatabase reset fails on external DB when evr extension is present
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:
Red Hat JIRA:
Description
When resetting an external DB, we execute DROP OWNED BY CURRENT_USER CASCADE;
to delete everything owned by us, as we can't drop the whole DB (what we do in the local DB case).
In some cases, PostgreSQL tries to drop the evt_t
type before dropping the extension, resulting in the following error:
ERROR: cannot drop type evr_t because extension evr requires it HINT: You can drop extension evr instead.
Updated by The Foreman Bot 6 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/1029 added
Updated by Evgeni Golov 6 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|6fcdef75156e70c4273ea420708463f16edec4cc.
Actions