Setting up SugarDockerized on Windows

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 

Fullscreen
1
./utilities/restorefromfile.sh ~/Downloads/xyz.sugarondemand.com.1420.1746006357.9a72e4e8b2f9480ba25edc649b0529b77c8d4b37.tar.gz
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
and 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 

Fullscreen
1
winpty bash ./utilities/restorefromfile.sh ~/Downloads/xyz.sugarondemand.com.1420.1746006357.9a72e4e8b2f9480ba25edc649b0529b77c8d4b37.tar.gz
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

That seemed to work, but eventually errored out with this:

Fullscreen
1
2
3
4
5
6
7
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
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Is there something I need to do differently?