I’m in the process of moving my Strapi service from Render to Fly.io. I need to transfer the upload files for my volume, but I’ve encountered an issue. I can’t unzip and use the put -r directory command in the shell because the volume doesn’t allow me to run those commands. Besides that, I can’t move files (use mv command).
What’s the best approach to sending many files into the volume?
@paulbrats, The transfer data worked, but it hasn’t persisted on the volume. After sending all the files, when the machine restarted, the data (content) was lost.