Nijin Narayanan
Nijin Narayanan

Reputation: 2279

Migrate App engine python application to Appscale platform

How can I migrate a complete App Engine Python application to AppScale on Amazon EC2?

I need to migrate all datastore records, cron jobs, TaskQueues and indexes.

Upvotes: 3

Views: 536

Answers (1)

Navraj Chohan
Navraj Chohan

Reputation: 627

Data can be downloaded via the bulk downloader/uploader from GAE. See this document on how to upload data to AppScale: https://github.com/AppScale/appscale/wiki/Uploading-and-downloading-data-%28bulkloader%29

AppScale Systems provides much faster migration tools as well.

Cron jobs and taskqueues are supported in AppScale.

Upvotes: 3

Related Questions