I need to import ~10.000 members in my local environment via csv, adapt some data, since not everything is possible to import, test and then move them to the live env.
based on umbraco support team, due to security reasons it is not possible to deploy / transfer members between environment.
therefore what is then the best practice for this usecase? I assume that importing 10.000 members directly in the live env. should not be the solution.
As Richard says CMSImport is really good for importing and managing members, and as you are importing them all this is probably the best way to go?
but uSync.Complete https://jumoo.co.uk/usync/complete/ for Umbraco v8 also has uSync.PeopleEdition ( https://jumoo.co.uk/usync/people /) which will let you move members between installations (you need the MachineKeys to match so Password hashes still make sense on the target site)
Not the importing is the issue, since i already implemented the importer controller and its working. but i just dont want to import that amount of members directly into the live environment. the imported data needs to be refined and tested, before it runs into the live system.
Best Practice to import and deploy members
Hi,
I need to import ~10.000 members in my local environment via csv, adapt some data, since not everything is possible to import, test and then move them to the live env.
based on umbraco support team, due to security reasons it is not possible to deploy / transfer members between environment.
therefore what is then the best practice for this usecase? I assume that importing 10.000 members directly in the live env. should not be the solution.
thanks
Dee
You can take a look at CMSImport if it's V7 that you are using? V8 package is on its way.
https://soetemansoftware.nl/cmsimport
Hi Dee,
As Richard says CMSImport is really good for importing and managing members, and as you are importing them all this is probably the best way to go?
but uSync.Complete https://jumoo.co.uk/usync/complete/ for Umbraco v8 also has uSync.PeopleEdition ( https://jumoo.co.uk/usync/people /) which will let you move members between installations (you need the MachineKeys to match so Password hashes still make sense on the target site)
Hey guys,
thanks for your feedbacks.
Not the importing is the issue, since i already implemented the importer controller and its working. but i just dont want to import that amount of members directly into the live environment. the imported data needs to be refined and tested, before it runs into the live system.
i will check the usync, hope this does the job.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.