You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method file_migration_list in the SchemaMigration model is referencing the schema files in the old location. The files have all moved to ManageIQ/manageiq-schema.
This causes initial_migration to return nil and missing_file_migrations to raise an error resulting in the follow warn message in the logs:
[----] W, [2017-12-14T16:01:24.073145 #6812:3ff30c83f7cc] WARN -- : MIQ(MiqServer.check_migrations_up_to_date) comparison of Integer with nil failed
gmcculloug
changed the title
MiqServer.check_migrations_up_to_date method always logs warning message based on comparison error
MiqServer.check_migrations_up_to_date method always logs warning message caused by comparison error
Dec 14, 2017
The method
file_migration_list
in theSchemaMigration
model is referencing the schema files in the old location. The files have all moved to ManageIQ/manageiq-schema.This causes
initial_migration
to returnnil
andmissing_file_migrations
to raise an error resulting in the followwarn
message in the logs:[----] W, [2017-12-14T16:01:24.073145 #6812:3ff30c83f7cc] WARN -- : MIQ(MiqServer.check_migrations_up_to_date) comparison of Integer with nil failed
@bdunne Please reassign if needed
The text was updated successfully, but these errors were encountered: