diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2016-11-18 13:27:19 +0100 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2016-11-18 13:28:25 +0100 |
commit | b94531b1917c2a5f344f44028d3f5de0bd3d7bcf (patch) | |
tree | 2cc7715e64e362e4ec308acb5730533d49fa2d24 /bin | |
parent | 212edb5034a60a6fbef83bd40636ac1447951415 (diff) |
Created needed files for "sql pending system"
+ added README file to db_exporter
Diffstat (limited to 'bin')
-rw-r--r-- | bin/db_exporter/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 |