and another
This commit is contained in:
parent
a91879cc08
commit
a341654334
@ -7,7 +7,7 @@
|
|||||||
- Edit `.env` and add creds for the production, test or development server you'll retrieve the data from.
|
- 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/.
|
- 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.
|
- **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=<host> --db=<db> --user=<user> --password=<password>`
|
- Otherwise use `confdump.py mysql -i mydata/ --host=<host> --db=<db> --user=<user> --password=<password>`
|
||||||
- Clear the cache in CiviCRM:
|
- Clear the cache in CiviCRM:
|
||||||
* DOCKER: `make shell`, and then inside the shell `cd /app; ./vendor/bin/drush cc all`
|
* DOCKER: `make shell`, and then inside the shell `cd /app; ./vendor/bin/drush cc all`
|
||||||
|
Loading…
Reference in New Issue
Block a user