I currently have a working webservice and would like to update it to a new version.
How can I backup an existing webservice so I can restore it IF the newly created site does not work or breaks something?
I currently have a working webservice and would like to update it to a new version.
How can I backup an existing webservice so I can restore it IF the newly created site does not work or breaks something?
You can use ‘rollback’ if your deployment fails to rollback to a previous version. See Rollbacks – Render Docs for details.
Thank you John,
I ended up in deploying different repos from GitHUB.
Perhaps not the best, but worked for me