Thanks for getting in touch! A backup that sized, with that maxage and no logs should not have taken more than about an hr.
You should kill the process. A way to check if it is still running is to tail the migrator logs or see if the filesize is changing. Generally the logs are the part that takes the longest, it does sound like it has crashed.
I’m at 68 hours now. It is definitely running as the logs size is going up. It looks like it gets written every 15 minutes and the console updates occasionally too.
Based on your recommendation I’m going to kill it, increase the memory and start again.
I am wondering if this is based off which version you are attempting to upgrade to, as --no-logs was added quite recently and it does sound like it was ignored.
Beginning of the last log:
2016-04-30 12:11:57.0277 1 DEBUG Checking to see if database upgrade is required…
2016-04-30 12:11:59.3990 1 INFO Beginning database upgrade
2016-04-30 12:11:59.3990 1 INFO Fetching list of already executed scripts.
2016-04-30 12:11:59.5238 1 INFO No new scripts need to be executed - completing.
2016-04-30 12:12:00.8498 1 DEBUG Ensuring roles are applied to Octopus Administrators
2016-04-30 12:12:00.8498 1 DEBUG Ensuring roles are applied to Everyone
2016-04-30 12:12:01.2710 1 INFO Migrator assembly version 3.3.10+Branch.master.Sha.365b9921133c9490a3ac820844cbb8edb603873f
2016-04-30 12:12:01.2710 1 INFO Skipping task log import
2016-04-30 12:12:01.2710 1 INFO Maxage parameter restricts history to anything after 3/30/2016 4:11:52 PM +00:00
2016-04-30 12:12:01.3022 1 INFO
2016-04-30 12:12:01.3022 1 INFO Add destination documents to identity map
Interesting. It is included in that version. Increasing RAM will help, dramatically.
What does the end of the migrator log look like? It can be found in C:\Octopus\logs in standard install location.