- Install pre-dependencies for MySQL client https://pypi.org/project/mysqlclient/ (on dpkg based linux: `sudo apt install python3-dev default-libmysqlclient-dev build-essential`)
- 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.