[google-appengine] Re: How is patching done for flexible instances?

2017-11-17 Thread Attila-Mihaly Balazs
Hello, Thank you for the reply. Just making sure that I understand correctly: when you say "excludes container image runtime", it means that none of the following scenarios are covered: Lets say that I'm running a CentOS based docker image on AppEngine Flex. 1) A security bug is discovered in

[google-appengine] Re: How is patching done for flexible instances?

2017-11-17 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hi Attila, Basically Google's management services will apply in-place security patches (excludes container image runtime) and any operating system and security updates during the restarts on a weekly basis per the doc at "Choosing an App Engine Environment

[google-appengine] Re: How do I turn off the faucet????!!!

2017-11-17 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Brian, First things first, you are running App Engine Flexible instances. To stop them from running you should go to the Versions page, select the version that currently has instances running and click the STOP button. This will

[google-appengine] How do I turn off the faucet????!!!

2017-11-17 Thread Brian Bonner
I followed this tutorial: https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart I really wanted to attempt to deploy a docker-compose configuration to GCP to see how it would work, but I scaled it back, since it seemed like it was a very manual process. So, I went through the

[google-appengine] Re: Connect multiple cloud sql databases to one app engine service

2017-11-17 Thread Mike Hardy
Hi Jun, thanks for your response, but I am a little confused here. When deployed, GAE uses a built in cloud sql proxy connection with Cloud SQL so there is no way to specify the instance or any other parameter for cloud sql proxy. I think any fix will need to use app.yaml but please correct me

Re: [google-appengine] Re: PHP Flexible Environment: Write access to directory possible?

2017-11-17 Thread 'Jörg Hartgen' via Google App Engine
Dear Takashi, yes, this could be a solution. We investigated the code and found that the templates_c directory is hardcoded in smarty in just two places: components/renderers/template_renderer.php and components/utils/check_utils.php We could correct both these places and add the files above

[google-appengine] Re: Connect multiple cloud sql databases to one app engine service

2017-11-17 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hi Mike, You should be able to connect to multiple Cloud SQL instances through Cloud SQL Proxy, and you can specify multiple instances in the instances parameter (comma separated). Please take a look at these two posts for more details: "A GCE instance connecting to two (or more) Cloud SQL

[google-appengine] How is patching done for flexible instances?

2017-11-17 Thread Attila-Mihaly Balazs
Hello all, Flexible instances sound great in theory - use runtime you wish as long as you can create a docker image for it and listen for HTTP on 8080. However, one of the reasons I prefer AppEngine (standard) is the fact that I don't want to be Ops - don't want to be concerned about updating