Reputation: 792
My Google Cloud App Engine is just missing some of the more recent source code files (like Golang packages I wrote) today.
URLs like myproject.appengine.com/mynewfeature
don't work anymore.
It seem Google just deleted my latest work and reverted to an old version, maybe 5 days old.
If I write history
in Terminal it does not show the most recent history.
Any ideas what to do?
Upvotes: 0
Views: 74
Reputation: 4262
Google provides Debbuger functionality, that might be helpful in your case. I never heard of loosing any code in App Engine, so I suppose it must be something else.
When you open your App Engine Services on GCP (direct link) each service has "Tools" at the end of each line. There you can choose "source". When you choose this you will be taken to Debugger (documentation). Than just behind "Debbuger" inscription you can choose version of your source. You can review your all deploys there, historical as well.
I hope it will help you to find the problem root cause.
Upvotes: 1