[ADMIN] transfer of database

1999-08-10 Thread Darren Chan
Hello, I have 2 servers running PostgreSQL 6.5.1 with different databases. Is it possible to transfer one of the databases from one machine to another? I tried pg_dump streamdb > streamdb.pgdump to backup and cat streamdb.pgdump | psql streamdb to restore but got the message "Connection to databas

[ADMIN] cannot pg_dump

1999-11-30 Thread Darren Chan
Hello, I recently tried to backup my database(voddb) using the command : pg_dump voddb > voddb.pgdump This works all the time previously, but just now, the voddb.pgdump file created is 0 bytes and cannot be restored. Anyone knows what could be the problem? Thanks!