简体   繁体   English

如何更改服务器上使用的Google App Engine版本

[英]How to change version of google app engine being used on server

I have built my google app engine app using version 1.8.8 but the production server hosted by google uses 1.9.11. 我已经使用1.8.8版构建了Google App Engine应用程序,但由Google托管的生产服务器使用1.9.11。 I think this may be causing problems within my app since my app works locally but not on the production server. 我认为这可能会在我的应用程序内引起问题,因为我的应用程序在本地运行,但不在生产服务器上运行。 Is there anyway to change the version of the sdk that the production server uses? 无论如何,有没有要更改生产服务器使用的sdk版本? I can't seem to find any documentation on this. 我似乎找不到任何文档。

No, you cannot define specifically which version of the SDK will run on the production servers. 不可以,您无法明确定义哪个版本的SDK将在生产服务器上运行。 Typically, they run on the latest available SDK. 通常,它们在最新的可用SDK上运行。 If you are certain the that problems are caused due to the different versions of the SDK, I would propose to update your code accordingly. 如果您确定问题是由于SDK版本不同而引起的,我建议相应地更新您的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM