Actions
Bug #27631
closedforeman-rake db:migrate fails with hidden parameters
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
DB migrations
Target version:
-
Description
During migration from 1.21 to 1.22, foreman-rake db:migrate fails with error:
== 20181105061336 CastKeyTypesAndValuesInParameters: migrating ================ rake aborted! StandardError: An error has occurred, this and all later migrations canceled: 765: unexpected token at '*****' ...
I have a domain parameter with the 'hidden' flag. Parameter value is shown as '*****' and is not supported by 20181105061336_cast_key_types_and_values_in_parameters.rb
Actions