summaryrefslogtreecommitdiffstats
path: root/VERSION
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-06-24 10:31:52 -0400
committerRob Crittenden <rcritten@redhat.com>2010-06-24 10:33:53 -0400
commit09fb073e8210f1c8239c0b253672e613822fc553 (patch)
tree6f3f333a2273a45792040523c9726de89ce3342d /VERSION
parent93e54366f9afedcdef78c8dfb6373d4813fba8cb (diff)
downloadfreeipa-09fb073e8210f1c8239c0b253672e613822fc553.tar.gz
freeipa-09fb073e8210f1c8239c0b253672e613822fc553.tar.xz
freeipa-09fb073e8210f1c8239c0b253672e613822fc553.zip
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.
Diffstat (limited to 'VERSION')
-rw-r--r--VERSION13
1 files changed, 13 insertions, 0 deletions
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