Now I'm trying to transfer the analysis parses to the mongo lab. My migration is stuck in a snapshot copy. Clicking migration stop does not work. What are we doing? I looked at the developer tools in chrome. GET status looks like
curl 'https://parse.com/apps/appname/migrations' -X GET -H '_parse_session=XXXX' -H 'Origin: https://dashboard.parse.com' -H 'Accept-Encoding: gzip, deflate' -H 'X-CSRF-Token: YYYY' --compressed
Now I tried to run it using
-X DELETE.
But it does not work. Any idea how we can restart it?
source share