I want rename an actor service and redeploy and migrate the data to the "new" (renamed) actor.
When I only rename the actor and deploy it, it will result in this error:
Services must be explicitly deleted before removing their Service Types
Which makes sense because the name in the manifest is changed.
But what is the recommended/easiest way to rename actors and keep the data?
I can try to backup and restore the data in the new actor. But this will not fit in a CICD way of working.
Found a related question: Service Fabric: removed actors and now upgrade fails but is seems there is a lot of manual actions involved.