On 31-May-07, at 1:39 PM, Michal wrote:

> I would like migrate data from my Django project on notebook  
> (computer1)
> to another machine (computer2). To perform this, I follow this steps:

to migrate i do this:
1. all code is anyway on svn, so i do a checkout in the new machine
2. i do a pg_dump on the old machine, and after setting up the  
database run:
psql -f dumpfile newdatabase
3. manaully copy and edit settings.py (this is not under svn)
4. use scp -r to copy the media stuff

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to