I am settting up SugarDockerized on Windows 11. I have installed Docker Desktop and successfully run `./utilities/stack.sh 14 up` in the sugardockerized folder.
I ran this with a backup downloaded from sugar insight
./utilities/restorefromfile.sh ~/Downloads/xyz.sugarondemand.com.1420.1746006357.9a72e4e8b2f9480ba25edc649b0529b77c8d4b37.tar.gzand got a message that said, "the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'"
So I ran
winpty bash ./utilities/restorefromfile.sh ~/Downloads/xyz.sugarondemand.com.1420.1746006357.9a72e4e8b2f9480ba25edc649b0529b77c8d4b37.tar.gz
That seemed to work, but eventually errored out with this:
Starting restore at Wed Apr 30 17:01:05 EDT 2025 Cleaning up previous install (./data/app/sugar) if any, please wait... Decompressing C:/Users/username/Downloads/xyz.sugarondemand.com.1420.1746006357.9a72e4e8b2f9480ba25edc649b0529b77c8d4b37.tar.gz, please wait... tar: Cannot connect to C: resolve failed mv: cannot stat './data/app/tmp/*.sql': No such file or directory mv: cannot stat './data/app/tmp/sugar*': No such file or directory "./data/app/tmp/sugar" cannot be empty
Is there something I need to do differently?

