I started the process on the dev server through simple migration.
It successfully logged into the other server (according to the log) and it successfully created the backup files.
It said that it transferred those files to the remote server just fine. But it didn’t.
Here’s a partial of the log:
Connecting to mysite.com:21… Success!
Logging in as {username} using password… Success!
Starting uploading files…
DBBackup-13200066371.sql is being uploaded… Success!
Backup-13200066381.zip is being uploaded… Success!
Backup-13200066382.zip is being uploaded… Success!
Backup-13200066383.zip is being uploaded… Success!
…..
Uploading files is completed without an error…
Closing the FTP connection…
Creating and uploading backups have been completed. You can now go to your new installation and run the migration assistant in Complete Migration mode.
————————————————–
Looked good. I even verified that the files were in the backup dir of the dev server (they were).
However, when I went to the remote server to complete the process…this is what I got:
“There are no backup files to use to complete the migration. Please start the migration using WordPress Move on the server you want to migrate from. “
I verified this…there are no actual files in the backup directory.
I suppose I could manually download them all, the manually upload them to the remote server…but it doesn’t seem like I am supposed to w/ this script.
Any ideas on how to fix this?