App Engine Switch for High Replication

I understand correctly that you CANNOT change the Goole AppEngine app to high replication.

What you are doing is switching to a new highly replicated application. Uninstall the application again, creating it as "High Replication" and return it.

Is there a faster way?

+3
source share
1 answer

Application Migration (Official Google Guide)

but basically:

  • You cannot change.
  • Clone the application.
  • Data transfer.
  • Disable the old application.
+5
source

All Articles