I have continuing trouble getting a " Local deployment for testing" instance running. I fail with the 3rd step in the setup process (creating a new site and installing ERPNext) over and over again.
I guess the use of the environment variables (either directly in the docker exec or by defining the variables in the installation/.env file is where things go wrong.
So I am making new attempts since the release and would like to confirm how I can make sure that I really am starting from an empty page.
Does docker-compose ... down clear everything there was? Or is there more to it?
I’ll add swarm directory under installation and add appropriate docs once I migrate all my production sites to docker
I’m working on backup cron to push backed up files to s3 and way to restore from volume or s3 whichever available.