You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/01/27 13:54:48 UTC

[21/23] directory-fortress-core git commit: FC-55 - Backup Accelerator Session DB on recreate

FC-55 - Backup Accelerator Session DB on recreate


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/becb2c68
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/becb2c68
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/becb2c68

Branch: refs/heads/master
Commit: becb2c6821d9f7fe2fafedebc5504562f950b636
Parents: b1e9c98
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Jan 16 07:55:17 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Jan 16 07:55:17 2015 -0600

----------------------------------------------------------------------
 build.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/becb2c68/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 32791d6..f3b2319 100644
--- a/build.xml
+++ b/build.xml
@@ -719,6 +719,11 @@
         <move todir="${db.bak.audit.dir}/${TODAY}" failonerror="false">
             <fileset dir="${db.audit.dir}"/>
         </move>
+        <echo message="###############  Backup old RBAC ACCEL OVERLAY LMDB session folder  ###############"/>
+        <move todir="${db.bak.sess.dir}/${TODAY}" failonerror="false">
+            <fileset dir="${db.sess.dir}"/>
+        </move>
+
         <echo message="###############  Create RBAC ACCEL OVERLAY session folder  ###############"/>
         <mkdir dir="${db.sess.dir}"/>
         <echo message="###############  Create RBAC ACCEL OVERLAY audit folder  ###############"/>