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
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter does not support skipping duplicates
Which points to badly configrued Postgresql, but we cant do anything about it, so we should try fixing it for such environments.
If we do not force inserts, Rails tries to skip duplicates, which is not supported on some environments.
This makes the migration flaky and fail on badly configured environmets for no reason.
Fixestheforeman#191
If we do not force inserts, Rails tries to skip duplicates, which is not supported on some environments.
This makes the migration flaky and fail on badly configured environmets for no reason.
Fixes#191
If we do not force inserts, Rails tries to skip duplicates, which is not supported on some environments.
This makes the migration flaky and fail on badly configured environmets for no reason.
Fixes#191
(cherry picked from commit 115599b)
From: https://community.theforeman.org/t/tfm-rubygem-foreman-puppet-noarch-db-migrate-error/25322
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter does not support skipping duplicates
Which points to badly configrued Postgresql, but we cant do anything about it, so we should try fixing it for such environments.
Probably relevant: rails-sqlserver/activerecord-sqlserver-adapter#847
The text was updated successfully, but these errors were encountered: