From a3416543348d69ed0b456c2f5ff3274e83f1e0bc Mon Sep 17 00:00:00 2001 From: naomi Date: Wed, 23 Mar 2022 17:55:17 +0000 Subject: [PATCH] and another --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cdf66c..b78ac93 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - Edit `.env` and add creds for the production, test or development server you'll retrieve the data from. - Execute dump to retrieve base data: `env $(cat .env) python ./confdump.py dump -o mydata INSTANCEPATH` where INSTANCEPATH is something like https://crm.dev.caat.org.uk/. - **IMPORTANT!!** - If you sourced the data from live, you must delete the `.env` file or delete the creds from inside it. If you leave them in it will negate the whole purpose of having this conf dump utility, which is to provide a way of creating a local site without any sensitive data. -- If your civicrm is in a docker container, load data into running local instance with: `confdump.py mysql -i mydata/ -p 63306` +- If your civicrm is in a docker container, load data into running local instance with: `python confdump.py mysql -i mydata/ -p 63306` - Otherwise use `confdump.py mysql -i mydata/ --host= --db= --user= --password=` - Clear the cache in CiviCRM: * DOCKER: `make shell`, and then inside the shell `cd /app; ./vendor/bin/drush cc all`