Simple scripts :
Dump data 
python manage.py dumpdata  # this will whole database to single json 
python manage.py loaddata filename # this will populate the database with 
that json again 

On Tuesday, June 4, 2019 at 12:50:59 AM UTC+5:30, Victor Porton wrote:
>
> How to migrate a production database MySQL -> PostgreSQL?
>
> (MySQL has several bugs, I want to try something other on my production 
> server.)
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/39d3c382-53bd-4b33-ae69-cb6fed0aa88e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to