Deploy.sh: Allow for custom data retention path
🐛 Summary
#changes to chapter3: if the default mount of the operating system is too small, make sure to change:
#docker-compose-stack-live.yml: #services->elasticsearch-> volumes->target: change the filepath to the new mount that has enough space also we'll need to add notes on how to add a new mount to store the data, this is probably best practice so that the os is seperate from the data storage
TODO: should allow for custom path for data retention size check
What's wrong? Please be specific.
To reproduce
Steps to reproduce the behavior:
- Do this
- Then this
Expected behavior
What did you expect to happen that didn't?
Any helpful log output or screenshots
Paste the results here:
Add any screenshots of the problem here.
- look into checking the disk size earlier in the installation process.
Ask user where they want their data stored in deploy.sh.