[google-appengine] Re: how do I delete an expired SSL certificate?

2016-06-07 Thread Hristo
Hey Nick, Thanks for the quick response! Your first answer ended being the solution. I have other projects that were apparently using the same certificate (even thought the projects are no longer active), so I just needed to make the switch to the new cert for each project. I was able to

[google-appengine] Remodel datastore schema-GAE

2016-06-07 Thread Abhishek Ghosh
Link to repo : github.com/ghoshabhi/Multi-User-Blog -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post

[google-appengine] Remodel datastore schema-GAE

2016-06-07 Thread Abhishek Ghosh
Is it possible to remodel the models in google app engine? I am tryinh to add new models and I just can't do it. Need help urgently. TIA -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] Re: Is There bug of goapp command?

2016-06-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kazumin, Yes, this looks normal. Please be sure to follow the Public Issue Tracker thread for updates on this issue, and in the meantime, either continuing with your patched SDK or downloading and installing an earlier version of the SDK will work. Cheers, Nick Cloud Platform Community

[google-appengine] Re: how do I delete an expired SSL certificate?

2016-06-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hristo, Another thing which just came to mind - I think you may simply need to upload the new one, set it to being active, and then you'll be able to delete the other cert. Cheers, Nick Cloud Platform Community Support On Tuesday, June 7, 2016 at 1:52:35 PM UTC-4, Hristo wrote: > > My

[google-appengine] Re: how do I delete an expired SSL certificate?

2016-06-07 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hristo, In line with the message shown, is it possible that the certificate is added to other projects? Also, did you add the certificate initially, and are you able to see the domain it corresponds to in the "App Engine > Settings > Custom domains" screen? Cheers, Nick Cloud Platform

[google-appengine] Re: cgloud app preview deploy process takes ~8 minutes, is this normal?

2016-06-07 Thread Christian F. Howes
based on my experience with managed vms (and now flexible runtimes) this is normal. my machines are python based with the app engine compatibility layer. the time i think is spent making a new docker image. i too would like for it to be faster. cfh On Tuesday, June 7, 2016 at 6:17:55 AM

[google-appengine] how do I delete an expired SSL certificate?

2016-06-07 Thread Hristo
My SSL certificate expired before I was able to renew it. Now that I've renewed the cert and uploaded it to App Engine, I'd like to delete the old expired cert. However, the UI doesn't allow me to delete it (see attached screenshot). What else do I need to do in order to be able to delete the

[google-appengine] Re: Custom Domain not working anymore

2016-06-07 Thread 'Zeehad (Cloud Platform Support)' via Google App Engine
Hello Renzo, App Engine Custom Domain settings are being managed through the developers console for a while now and shouldn't introduce an issue now. How are you sending python.pro.br to appspot? Can there be a DNS issue that you need to check with your registrar (seems to be DreamHost)? Here

Re: [google-appengine] Re: Deleting Old backups

2016-06-07 Thread Rajesh Gupta
In the datastore admin console, there is a section 'Backups' In that section it does not display all the backups. In my case, 100 backups are displayed. The backups are stored in the cloudstorage. We have some very old backups that are stored in the blobstore as well. We have backups for last

[google-appengine] cgloud app preview deploy process takes ~8 minutes, is this normal?

2016-06-07 Thread Ward Bekker
Hello, Trying out the new flexible app engine runtime. In this case a custom Ruby on Rails runtime based on the google provided ruby runtime. When firing of `cgloud app preview deploy` the whole process takes ~8 minutes, most of which is "updating service". Is this normal? And more