Transfer data using Strapi Transfer API isn't persisting into the volume (Migrating from Render to Fly.io - Strapi)

Hi,

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?

Thanks!

Have you looked into Strapi’s transfer command. Command Line Interface | Strapi Documentation

1 Like

It works! Thank you so much! It’s so easy!

@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.

Do you have any idea how to fix it?

I found a solution and published this article explaining:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.