Connecting Tech Pros Worldwide Forums | Help | Site Map

postgreSQL restore problem

Newbie
 
Join Date: Jan 2008
Posts: 3
#1: Jan 31 '08
Hi All,
I have developed a web application using JBoss and POstgreSql.The application shouls work both in windows as well as in Linux.
There is an option of taking database backup and restore database with a previously taken backup file from the browser.

In order to restore I have generated a bat/sh file to start the process.
In the bat/sh file first I am stopping the web server.then delete all the existing tables.then run the restore using psql

In windows it is working fine
But in linux it is not working

Please help

Thanks in advance
kaj

Newbie
 
Join Date: Jan 2008
Posts: 3
#2: Jan 31 '08

re: postgreSQL restore problem


Hi All
some points to add

I am using wrapper service to run Jboss
Reply