Adrian
From Murali N Rao 5:43 AM (4 hours ago)
>now i have installed new os and installed PGSQL again it working now but no data
From Murali N Rao 5:43 AM (4 hours ago)
>now i have installed new os and installed PGSQL again it working now but no data
On Sun, Aug 30, 2015 at 10:21 AM, Adrian Klaver <adrian.klaver@xxxxxxxxxxx> wrote:
On 08/30/2015 07:13 AM, Melvin Davidson wrote:
You need to recreate the database to reload the data into so
from the windows command line:
C:\PostgresDB\bin\createdb.exe -U postgres <your db name>;
That assumes Postgres is running, which at this point seems not to be the case or at least is unproven.
Then to restore the data from the sql backup
C:\PostgresDB\bin\pg_restore.exe -U postgres <the sql backup file>
This will not work if the *.sql is a plain text file.
--
Adrian Klaver
adrian.klaver@xxxxxxxxxxx
--
Melvin Davidson
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.