On Mar 8, 5:10 pm, Egon Frerich <egon.frer...@nord-com.net> wrote: <cruft deleted again... please remember this is a public newsgroup> > Daniel Roseman schrieb: > | On Mar 8, 3:02 pm, Egon Frerich <egon.frer...@nord-com.net> wrote: > |> Hello, > |> > |> is there a HowTo for migrating a working test environment on localhost > |> with sqlite3 to a shared-hosting provider on Apache with MySQL? Chapter > |> 12 of the books tells nothing about migrating the database. I cannot > |> find something in the documentation. > |> > |> What is the equivalence to python manage.py syncdb for the production on > |> Apache? > |> > |> Egon > | > | It's not really clear what you are asking here. Are you hoping to copy > | actual data from an sqlite database to a MySQL one? > | -- > | DR. > | > > python manage.py syncdb creates the tables (and the superuser if I > want). But I cannot use this command if I use a shared-hosting provider. > Have I to create the MySQL tables manually by phpAdmin? Or should/can I > export sqlite3 (maybe inclusive data) and import into MySQL? > > Egon
Why can't you use this command with a shared-hosting provider? I have several sites on Webfaction, and have no problem using manage.py. If you don't have any shell access at all, you are going to have more problems than just this, and should consider switching provider. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.