We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50f48ae + e228bd8 commit a7d66f2Copy full SHA for a7d66f2
app/controllers/ops_controller/settings/common.rb
@@ -182,6 +182,7 @@ def pglogical_save_subscriptions
182
task_opts = {:action => "Save subscriptions for global region", :userid => session[:userid]}
183
queue_opts = {:class_name => "MiqPglogical", :method_name => "save_global_region",
184
:args => [subscriptions_to_save, subsciptions_to_remove]}
185
+ ActiveRecord::Base.yaml_column_permitted_classes |= [subscriptions_to_save.first.class, subsciptions_to_remove.first.class]
186
when "remote"
187
task_opts = {:action => "Configure the database to be a replication remote region",
188
:userid => session[:userid]}
0 commit comments