Last week we successfully imported a non-Umbraco Cloud site into Umbraco Cloud following the migration guide. Since the migration happened some changes have been made to a few pages and a document type on the non-cloud site. Should we be able to import those changes into Cloud (following the migration guide) without wiping out any content, document types, etc which have already been imported?
The plan was that everyone would hold off on the site until we got the codebase working with our pull request workflow. Unfortunately not everyone took that on board...
Luckily there's not that many changes to make so cloning locally shouldn't be a problem. However, I've just run the cloned site locally and when I restore from Umbraco Cloud I get a vague error:
The entries in the Umbraco log file aren't much help either:
2017-08-31 14:49:51,817 [P11116/D3/T78] WARN Umbraco.Deploy.Work.WorkTask - Work 9573399d-ce39-4867-bcc2-2c26729cda91 has failed.
2017-08-31 14:49:51,819 [P11116/D3/T78] INFO Umbraco.Deploy.Work.WorkEnvironment - Deployment 9573399d-ce39-4867-bcc2-2c26729cda91 completed.
2017-08-31 14:49:51,819 [P11116/D3/T78] INFO Umbraco.Deploy.Work.WorkEnvironment - Deployment 9573399d-ce39-4867-bcc2-2c26729cda91 completed.
2017-08-31 14:49:51,820 [P11116/D3/T78] ERROR Umbraco.Deploy.Work.WorkEnvironment - Deployment failed.
2017-08-31 14:49:51,820 [P11116/D3/T78] ERROR Umbraco.Deploy.Work.WorkEnvironment - Deployment failed.
Umbraco.Deploy.Exceptions.RemoteApiException: The remote API has thrown an exception. ---> Umbraco.Deploy.Exceptions.GenericException: An error has occurred.
Re-migrating existing site
Hi,
Last week we successfully imported a non-Umbraco Cloud site into Umbraco Cloud following the migration guide. Since the migration happened some changes have been made to a few pages and a document type on the non-cloud site. Should we be able to import those changes into Cloud (following the migration guide) without wiping out any content, document types, etc which have already been imported?
Hey James, is there any reason you didn't do these changes on the Cloud site?
You can just clone it down locally, make changes there and push it up to cloud :)
The plan was that everyone would hold off on the site until we got the codebase working with our pull request workflow. Unfortunately not everyone took that on board...
Luckily there's not that many changes to make so cloning locally shouldn't be a problem. However, I've just run the cloned site locally and when I restore from Umbraco Cloud I get a vague error:
The entries in the Umbraco log file aren't much help either:
is working on a reply...