Skip to content

Update testoutput.id migration to not require superuser - #3996

Open
williamjallen wants to merge 1 commit into
Kitware:releases/5.4from
williamjallen:testoutput-id-migration-trigger
Open

williamjallen wants to merge 1 commit into
Kitware:releases/5.4from
williamjallen:testoutput-id-migration-trigger

Conversation

@williamjallen

Copy link
Copy Markdown
Collaborator

The testoutput ID column migration currently fails for instances where the postgres user is not a superuser. This resolves the issue by only disabling user triggers. A side effect of this change is that foreign-key constraints are no longer disabled, which may slow down the migration on some systems.

The `testoutput` ID column migration currently fails for instances where the postgres user is not a superuser.  This resolves the issue by only disabling user triggers.  A side effect of this change is that foreign-key constraints are no longer disabled, which may slow down the migration on some systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant