Transfer misses some images

System Information
  • Strapi Version: 4.9.0
  • Operating System: windows
  • Database: MySQL
  • Node Version:
  • NPM Version:
  • Yarn Version:

I was testing out the new Transfer feature, seems to work pretty well for most all of the data. I noticed that it in a few components that have a media field, that it will miss saving this connection. The same media file is present in both environment’s storage account and in my db the “files” table has the same row.

I see that in the “files” table that they now have different [id] after the transfer but all entries in that table do and most are set as expected.

Sorry not sure what all info would help here. Let me know what other data I can provide. Hoping there is some solution here as this is the cleanest solution we have so far to keep our environments in sync.

Also I noticed that the media transfer does not happen at all.

In my case I am trying to transfer between two remote instances. Either from production → staging or production → QA.

We have separate instances of azure storage for each environment.

I saw a lot of people complaining that it will hang on this part and I have not seen that issue. Just says transferred: 0 and moves on to the next section.

1 Like