From ced8c6130fb9ef611ffc9716d59f856509ab5259 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:37:45 +0100 Subject: [PATCH] [4.2.x] Fix #615 - Add doc note about duplicate key imports (#748) (#750) (cherry picked from commit b00f7f18b602d147c3854f3b44ffcea05bfe9a21) Co-authored-by: Sasha Romijn --- docs/admins/availability-and-migration.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/admins/availability-and-migration.rst b/docs/admins/availability-and-migration.rst index 22daa9170..9a50aaffd 100644 --- a/docs/admins/availability-and-migration.rst +++ b/docs/admins/availability-and-migration.rst @@ -73,7 +73,10 @@ regular mirror for other registries. .. note:: If you are migrating from a legacy version of IRRd, also see the :doc:`legacy migration documentation ` - for relevant changes. + for relevant changes. Also relevant for legacy migrations is that IRRd + will only import one object per primary key from files. if you have + multiple objects in your file with the same key, IRRd will + only import the last one. Object validation