In context of running the migration from your local machine, do you also 
make use of App Engine's versioning system? See this Stackoverflow answer 
<https://stackoverflow.com/a/48930615/1549523>.

On Thursday, June 21, 2018 at 12:37:35 AM UTC+2, rgmenon wrote:
>
> I have a Django application running on App Engine *Standard* env, 
> connected to a CloudSQL DB. I'd like to update the schema (when it changes) 
> from the deployed App Engine instance by executing:
> python manage.py migrate
> from the App Engine instance.
>
> In other words, I'm looking for the App Engine Standard equivalent of the 
> Heroku command:
> heroku run python manage.py migrate
>
> What's the recommended way to accomplish this task on App Engine Standard 
> environment? Currently, I work around the issue by connecting to the DB 
> using cloud_sql_proxy and running the migration from a local machine.
>
> Thank you!
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3237bcd5-df43-4060-aead-8353ec9102d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to