I am in the process of migrating a postgresql database to oracle which has a
lot of data.
I tried to use the dumpdata command but because of the amount of data I  had
to scrap the plan. My alternative solution with Django 1.2 is to do a read
and write from postgresql to oracle.




On Mon, Oct 11, 2010 at 8:03 AM, Shawn Milochik <sh...@milochik.com> wrote:

> One way would be to use the dumpdata command to export everything, change
> your settings to point to the new database, then loaddata to restore.
>
> There may be a better way, but this way allows you to dump to a
> database-agnostic backup so it seems like it would suit your needs.
>
> Shawn
>
> --
> 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<django-users%2bunsubscr...@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-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.

Reply via email to