Bug #34366
GraphQL types touch database in migration rakes
Pull request:
Found in Releases:
Description
This causes issues for plugins, that have that enhance the GraphQL types: https://pastebin.com/raw/CQ6DCWpW
Related issues
Associated revisions
History
#1
Updated by Ondřej Ezr 4 months ago
- Related to Bug #34367: Ansible plugin fails to install added
#2
Updated by The Foreman Bot 4 months ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9080 added
#3
Updated by The Foreman Bot 4 months ago
- Fixed in Releases 3.2.0 added
#4
Updated by Ondřej Ezr 4 months ago
- Fixed in Releases 3.1.2 added
#5
Updated by Ondřej Ezr 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|213bbb1c31f5fe33b56d4a23b8058e463dbff5f4.
Fixes #34366 - skip GraphQL types enhancements in migrations
GraphQL types try to touch database, but that is not possible during the db migration.
These fields enhancements needs to be disabled during migrations.