Is there a way to change the source directory for files? I pointed it at the source site, however the file migration fails every ~20 items or so to a 504 AJAX error.

Seems due to many files on the source not existing anymore.

Occasionally kicking off the migration spins longer and gets 3 or 400 files.

I've tried kicking it off in drush to no avail is it:

drush migration-import TASK_machine_name?

Comments

nicxvan’s picture

An AJAX HTTP error occurred. HTTP Result Code: 504 Debugging information follows. Path: /batch?id=522&op=do StatusText: Gateway Time-out ResponseText: 504 Gateway Time-out 504 Gateway Time-out nginx

nicxvan’s picture

Status: Active » Closed (works as designed)

It was the source site, changing to pull from a local copy made it work.

samhaldia’s picture

Changing max_execution_time= 120 , max_input_time=120 in php.ini should resolve the issue