From b94531b1917c2a5f344f44028d3f5de0bd3d7bcf Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 18 Nov 2016 13:27:19 +0100 Subject: Created needed files for "sql pending system" + added README file to db_exporter --- bin/db_exporter/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bin/db_exporter/README.md (limited to 'bin') diff --git a/bin/db_exporter/README.md b/bin/db_exporter/README.md new file mode 100644 index 0000000000..98703a88df --- /dev/null +++ b/bin/db_exporter/README.md @@ -0,0 +1,12 @@ +This script is used by devs to export the databases to base directories + +You should use it on clean databases + +## USAGE + +NOTE: this script is only working under unix currently + +1) You must create a config.sh file changing DB connection configurations +of /conf/config.sh.dist + +2) Run the db_export.sh script and wait -- cgit v1.2.3