Friday, October 24, 2014

Merge two Databases into one

Hi all,

I want to append my datas from old_db to new_db
they have exactly the same structure,

I'm trying to Write a Script using Django Manually selecting a database
  -Read data from old_db and Write it into new_db
  -But not sure its work fine with maintaining foreign key relationships.

what do you think would be the best solution for my problem?

using MySql,
Django 1.3

Thanks,
Ram Ganesh K

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0bff3b41-0a39-4789-bdbf-f3fdb7abdcc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment