Hi,
  See responses inline.

On Tue, Jun 21, 2011 at 11:31, luka <[email protected]> wrote:
> We are considering to migrate our master/slave application to HRD
> one.
>
> We have a few questions regarding this process:
>
> 1. Today we have other collaborating site which uses our application
> URL  "lugotest.appspot.com" (we used it instead of the domain name for
> SSL reasons).
> Will we be able to preserve the application URL? or will we have to
> change it to new application URL name.

You can request an alias from the old appid to the new by submitting a
billing issue.

>
> Is Google app engine support SSL for non "appspot" domains?

It is on the roadmap, unfortunately it has been there a very long time
and there is still no ETA.

>
> 2. Is the only way to migrate data is to use python instructions?

You could use the built in datastore admin, or write something
yourself.  I've actually done several migrations using my own tools to
directly move the data.

I also think with the new files API you could put something much more
efficient together by dumping your data to large blobs, moving the
blobs to the new app, then having something process the blob into
datastore entities.

>
>
> 3. Is there a way to purchase support for this operation to ensure the
> success of the migration?
>
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to