I've generated migration files on a source server that runs plesk11.5
I've transfer these files to my new server (plesk 12)
I've logged into plesk on the new server, go to migration tool and create a new migration using local files.
with chrome dev tools. i can see the following
a post request is sent to : /plesk/server/migration/start/
the response is a redirection ( http status 303 , location = /admin/backup/restore/type/import/id/migration )
after several attempts to this url I've got : admin/backup/restore/type/import/id/migration net::ERR_TOO_MANY_REDIRECTS
is there a way to restore the data using the command line ?
I've transfer these files to my new server (plesk 12)
I've logged into plesk on the new server, go to migration tool and create a new migration using local files.
with chrome dev tools. i can see the following
a post request is sent to : /plesk/server/migration/start/
the response is a redirection ( http status 303 , location = /admin/backup/restore/type/import/id/migration )
after several attempts to this url I've got : admin/backup/restore/type/import/id/migration net::ERR_TOO_MANY_REDIRECTS
is there a way to restore the data using the command line ?