From 09fb073e8210f1c8239c0b253672e613822fc553 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 24 Jun 2010 10:31:52 -0400 Subject: Replication version checking. Whenever we upgrade IPA such that any data incompatibilities might occur then we need to bump the DATA_VERSION value so that data will not replicate to other servers. The idea is that you can do an in-place upgrade of each IPA server and the different versions own't pollute each other with bad data. --- VERSION | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 06d27957a..8eef15b4f 100644 --- a/VERSION +++ b/VERSION @@ -53,3 +53,16 @@ IPA_VERSION_RC_RELEASE= # -> "1.0.0GITabcdefg" # ######################################################## IPA_VERSION_IS_GIT_SNAPSHOT="yes" + +######################################################## +# The version of IPA data. This is used to identify # +# incompatibilities in data that could cause issues # +# with replication. If the built-in versions don't # +# match exactly then replication will fail. # +# # +# The format is %Y%m%d%H%M%S # +# # +# e.g. IPA_DATA_VERSION=`date +%Y%m%d%H%M%S` # +# -> "20100614120000" # +######################################################## +IPA_DATA_VERSION=20100614120000 -- cgit