【发布时间】:2014-09-06 06:42:32
【问题描述】:
我在 GAE 上似乎有 2 个单独的应用程序,一个具有虚构名称 xyz 的原始应用程序和一个名称为 xyz-hrd 的人力资源应用程序。我只想要一个名为xyz 的服务器,但我希望它使用高分辨率数据存储。 I am trying to use the instructions here.
我在xyz 上的 HRD 迁移阶段接近尾声,并点击了“激活只读”。在步骤 11 中,说明如下。
You will be notified when the migration tool is ready to alias the application (by email if you chose that, or by a message when your refresh the browser window). Click Finish Migration to complete the migration. At this point, the new HRD application begins serving incoming requests.
当我在appspot.com 上启动xyz 时,没有任何变化。
当我在appspot.com 上启动xyz-hrd 时,有一些变化,但只有新的数据项。
我是否单击“完成迁移”,当我这样做时,我将如何获取应用程序名称xyz 下的所有更改和所有数据项?我对此感到非常紧张,因为说明说点击“完成迁移”后无法恢复。
顺便说一句,在我的“仪表板”中,我可以从列出xyz 和xyz-hrd 的应用程序中进行选择。当我选择 xyz 时,我(仍然)看到 2 个警告,但当我选择 xyz-hrd 时没有警告出现。以下是 2 个警告。
A version of this application is using the Python 2.5 runtime, which is deprecated!
This application is using the Master/Slave datastore which is deprecated!
【问题讨论】: