From c00281a9f9c3f79fb88ff8537d941394fee09ca2 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 23 Mar 2009 15:20:43 -0400 Subject: Name update files so they can be easily sorted. We want to process some updates in a particular order (schema, structural). Using an init-inspired ordering mechanism. --- install/updates/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 install/updates/README (limited to 'install/updates/README') diff --git a/install/updates/README b/install/updates/README new file mode 100644 index 000000000..064c6159f --- /dev/null +++ b/install/updates/README @@ -0,0 +1,8 @@ +The update files are sorted before being processed because there are +cases where order matters (such as getting schema added first, creating +parent entries, etc). + +10 - 20: Schema +20 - 30: FDS Configuration, new indices +30 - 40: Structual elements of the DIT +40 - 50: Pre-loaded data -- cgit