I dumped the database from the server and I am trying to set it up on another server by using psql command. Just like this:
psql newdb > c:\dumpfile.dump
The psql command is working. But whenever I do that the prompt stops answering instead of reading the file and generating the data.
Any tips? I have the database created already.
Thanks!
psql newdb > c:\dumpfile.dump
The psql command is working. But whenever I do that the prompt stops answering instead of reading the file and generating the data.
Any tips? I have the database created already.
Thanks!