Strapi transfer failing (ERROR - Request timed out)

System Information
  • Strapi Version: 4.15.4
  • Operating System:
  • Database: MySQL to Postgres (read details)
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi there, I am having an issue when executing the strapi transfer command from my local instance to a remote instance. I am getting the following error: Request timed out - Transfer process failed. The process however runs for a while (20 seconds aprox) before throwing the error

Some considerations:

  • My local instance has a MySQL DB, while my remote instance has a Postgres DB, could this be causing any issues? Is strapi transfer supposed to work in this cases too?
  • My remote instance is deployed in Azure using a Docker Image, but it is deployed in development mode (which means I can create schemas), is strapi transfer only meant to work in production environments?

Any ideas why it might be failing? Thanks :slight_smile: