mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-03 22:06:07 +00:00
Add documentation to the top of mirror_db script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user