Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Just completed a site for a client, and trying to restore content from Live back down to the development environments.
Restore gives a path too long exception - for which a solution is indicated here: https://our.umbraco.com/documentation/Umbraco-Cloud/Troubleshooting/Deployments/Path-too-long-exception/
Trouble is that client has uploaded over 1500 files with long file names. Manually renaming will take days. Is there a better recommended solution?
This seems a massive oversight in the design of the cloud restore function?
bump
It seems you need to write a routine on the live to rename the long file names and convert it to short names.
Then only you can copy it over. This is good article for reference.
https://gist.github.com/sitereactor/04ffad4d173f2aac7667
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Cloud restore Path too long Exception
Just completed a site for a client, and trying to restore content from Live back down to the development environments.
Restore gives a path too long exception - for which a solution is indicated here: https://our.umbraco.com/documentation/Umbraco-Cloud/Troubleshooting/Deployments/Path-too-long-exception/
Trouble is that client has uploaded over 1500 files with long file names. Manually renaming will take days. Is there a better recommended solution?
This seems a massive oversight in the design of the cloud restore function?
bump
It seems you need to write a routine on the live to rename the long file names and convert it to short names.
Then only you can copy it over. This is good article for reference.
https://gist.github.com/sitereactor/04ffad4d173f2aac7667
is working on a reply...