From 259ab71287989db2735bd697205129ed63383e42 Mon Sep 17 00:00:00 2001 From: Nick Carboni Date: Wed, 22 Mar 2017 17:38:56 -0400 Subject: [PATCH] Exclude chargeback lookup tables An AR validation which was being enforced during seeding was preventing the global server from starting up with failing rows in the database. This situation happens when the seeded rows get replicated up from a remote region and then the global appliance runs through seeding again. https://bugzilla.redhat.com/show_bug.cgi?id=1435004 --- config/default_replication_exclude_tables.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/default_replication_exclude_tables.yml b/config/default_replication_exclude_tables.yml index f95be3e681e..35924af81f9 100644 --- a/config/default_replication_exclude_tables.yml +++ b/config/default_replication_exclude_tables.yml @@ -4,6 +4,9 @@ - audit_events - binary_blobs - binary_blob_parts + - chargeable_fields + - chargeback_rate_detail_currencies + - chargeback_rate_detail_measures - chargeback_rate_details - chargeback_rates - conditions