Wednesday, December 29, 2010

Re: database migration

Michael, that's encouraging ;-)
I was looking at a possibility of using manage.py dumpscript and
manage.py runscript
from django-extensions. But it is not straight forward either.

Wasn't django supposed to be database agnostic?
Now, I understand what they really meant.
Pick you database carefully and stick with it.
But django code is not database specific.
...
For one second, I though django was the holy grail of all web frameworks
...

--
E

On Tue, Dec 28, 2010 at 11:48 PM, Torsten Bronger
<bronger@physik.rwth-aachen.de> wrote:
> Hallöchen!
>
> Michael P. Soulier writes:
>
>> On 28/12/10 Emmanuel Mayssat said:
>>
>>> I have a classic database dump question....
>>>
>>> I would like to migrate from sqlite to mysql.
>>> How can I dump and import the data?
>>
>> See the manage.py dumpdata/loaddata commands.
>
> I don't recommend that.  If the database exceeds a certain size (and
> "certain" is MBs, not GBs), this simply fails.
>
> Tschö,
> Torsten.
>
> --
> Torsten Bronger, aquisgrana, europa vetus
>                   Jabber ID: torsten.bronger@jabber.rwth-aachen.de
>                                  or http://bronger-jmp.appspot.com
>
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment