Jumoo / uSyncMigrations

Rough and ready migration code.
Mozilla Public License 2.0
44 stars 57 forks source link

Migrator keeps looping over content #243

Closed nikro412956 closed 9 months ago

nikro412956 commented 9 months ago

Hi,

When i try to import the usync files, it keeps looping over the content part of the import. How many times should it try to import the content? I am using usync files from an umbraco website that i moved to umbraco 7.13.1 from umbraco 7.2.8.

I am open to suggestions as to what to do to fix it.

KevinJump commented 9 months ago

Hi,

not sure, but when there are loads of content files and folders, the progress bar bit will go a bit crazy, so it might look like its looping over content when its just progressing lots of folders.

do you have any other info to say its looping, or do you think its just the UI being quirky?

nikro412956 commented 9 months ago

I figured out what the problem was. I was trying to import so much content that it basically timed out. When i trimmed the database of the old site as much as i could and ran the import multiple times it works. Now it did everything it should.

@KevinJump Thanks for telling me about the progress bar.