Re: Problem of Installation with backup file
Posted by rsgiri on Sep 30, 2011; 6:57am
URL: http://ngl.70.s1.nabble.com/Problem-of-Installation-with-backup-file-tp6839706p6846718.html
Dear Open Source Team,
Thanks for your immediate and positive reply. The problem has been solved.
We installed it as following way.
1. Installed Java and setting up of JAVA_Home
2. Installed Postgresql 8.3 as per installation instruction
3. Then in Postgresql we created a newdatabase newgenlib as
CREATE DATABASE newgenlib
WITH OWNER = postgres
ENCODING = 'UTF8';
then mounted the backupfile (in .sql with insert command)
4. Then changed in the :/InstallNGL303/apache-ant-1.8.1/bin/config.ini
as restore.database=original.
5. Double Clicked on install batch file.
After installation double clicked on upgrade batch file
then indexed Solr index.
It is then working fine.
I have tried several times by follwing the instrucion for 'installwithdbbackup' (i.e., putting our backupfile in DBBackup folder). But it did not work. The problem as mentioned in the screenshot arises.
Kindly let me know, whether my process is right else what problems can arise in future?
I have another query? when we freshly install NGL3.0.3, we see that the database newgenlib with owner newgenlib, as a superuser newgenlib is being created.
Will there be a problem as in my process owner is postgresfor the newgenlib database
Kindly clarify it.
Regards