I've got cloud issues, can anyone help?
# help-with-umbraco
s
Issues between dev and live environments, i've detailed it all on Our https://our.umbraco.com/forum/using-umbraco-and-getting-started//114745-umbraco-cloud-overwrite-development-with-copy-of-live Anyone any ideas? Client does not have support so it's left for me to try and resolve. On a side note, is anyone else noticing random issues with Cloud lately? I've heard a few people having various challenges which are wasting a lot of time trying to fix!
d
How did you restore the content ? With the restore option in the backoffice or with the import/export function ?
s
Restore option in the backoffice.
Basically now all I want to do is pull everything from live (structure, content, types, media etc) across and overwrite development - just does not seem to be an easy way to do that.
d
on cloud content can be moved in both directions (through the backoffice). content types, etc... can only go one way using the deployments started in the portal
what you could do is remove your development environment
and than add a new one... that should give you a empty environment will all your doctypes etc...
then you can restore the content from live
s
Thanks, I suspected that would be the route - cheers for getting back to me :)
s
Or you could on your local git, add both the live and development remote, and then merge the master from live into the master from dev. Should give you the same, without the need to remove and re-add the development environmnet
2 Views