【发布时间】:2018-08-03 13:13:04
【问题描述】:
我们有一个 java 应用程序,我们将它部署在 Google App 引擎上。我们在数据存储中创建了大约 150 个索引,并且在生产环境中运行良好。
但不知何故,我们错过了 datastore-indexes-auto.xml 中的索引信息,并且没有任何名为 datastore-indexes.xml 的文件。
现在我们想要 datastore-indexes.xml / datastore-indexes-auto.xml 以及现在在生产中服务的所有现有索引。
我们怎样才能做到这一点?我检查了appcfg/gcloud 命令,没有任何命令可以从应用引擎应用程序导入/下载索引文件。
谢谢
【问题讨论】:
标签: google-app-engine google-cloud-datastore