## solve data extraction from the console
1. Find the CMD console under the Debug Console menu
2. In the file structure, navigate to site/wwwroot/data
3. In that folder you will see a deploy-failed marker - this will contain the same error message as the one we are currently seeing on the Development environment in the Portal
4. Delete this marker - and also delete the other markers currently in that folder, deploy-retry and deploy - so in total, delete the three deploy marker in the /data folder.
5. Now you are ready to run an extraction on the environment
6. Type the following command in the CMD console: echo > deploy
7. This will create a new deploy-marker in the /data folder - it will be named deploy-progress while it's running, and when it's done you should see it renamed to deploy-complete
8. If you end up with another deploy-failed marker, we'll need to see if we can resolve this in some other way!