Currently I am already using uSync to migrate content over from staging to production by copying over /usync and /media files and then importing.
I noticed that you are able to import uSync from file in the backoffice so that leaves the media files. I am wondering if there is a better solution than manually copying files over to the production site? Of course, there is uSync.Complete but I am exploring my options here.
yeah, without complete either a manual copy or some form of replication is required. You might be able to do something with blob storage (e.g azure). but i am not sure.
uSync.Complete doesn't do much beyond a copy of media, but it does make it a bit more portable in some situations
e.g. When it's moving between azure and local or the other way around, on some versions of Umbraco sometimes the paths can change, and complete compensates for that. (it's rare - but that is part of what complete does).
Complete also only copies the media that you select (as opposed to it all in 'normal' usync. but again only if you need that.
Media file migration
Good day, everyone.
Currently I am already using uSync to migrate content over from staging to production by copying over
/usync
and/media
files and then importing.I noticed that you are able to import uSync from file in the backoffice so that leaves the media files. I am wondering if there is a better solution than manually copying files over to the production site? Of course, there is uSync.Complete but I am exploring my options here.
Thanks for any help. Cheers.
Hi Sam,
yeah, without complete either a manual copy or some form of replication is required. You might be able to do something with blob storage (e.g azure). but i am not sure.
uSync.Complete doesn't do much beyond a copy of media, but it does make it a bit more portable in some situations
e.g. When it's moving between azure and local or the other way around, on some versions of Umbraco sometimes the paths can change, and complete compensates for that. (it's rare - but that is part of what complete does).
Complete also only copies the media that you select (as opposed to it all in 'normal' usync. but again only if you need that.
is working on a reply...