|
You can try this
Backup'ng of database something like this:
# pg_dump database > backupfile You can restore it or in the other machine using
this command
# psql -d database -f backupfile
I think this will solve your problem HTH
Glynn |
- [plug] Tar Problem Ronaldo Chan
- Re: [plug] Tar Problem Glynn S. Condez
- Re: [plug] Tar Problem Howard Bagcat
- Re: [plug] Tar Problem Glynn S. Condez
- Re: [plug] Tar Problem Federico Sevilla III
- Re: [plug] Tar Problem Federico Sevilla III
- Re: [plug] Tar Problem Rick Moen
