From 8fe6800151e910069e3e24a5c9541fd3dfc2bcb2 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Thu, 27 Jul 2017 12:58:11 +1000 Subject: [PATCH] Add documentation to the top of mirror_db script --- script/mirror_db.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/mirror_db.sh b/script/mirror_db.sh index 78dac43962..88e4684306 100755 --- a/script/mirror_db.sh +++ b/script/mirror_db.sh @@ -1,5 +1,9 @@ #!/bin/bash +# Used to pull data from production or staging servers into local dev database +# Useful for when you want to test a migration against production data, or see +# the effect of codebase changes on real-life data + # Usage: script/mirror_db.sh [ofn-staging1|ofn-staging2|ofn-prod] set -e