kraada wrote:Click Start --> Programs --> PostgreSQL --> Psql to 'template1'
At the command prompt type:and hit enter. Do you see your PT3 db there?
- Code: Select all
\l
Sorry, I should of metnioned that I do not see this folder when I open the postgreSQl folder. I see psql to 'postgres', but I can't find psql to 'template1'.
I could send the most recent log files over, but I don't think these log files will show any problems now that I have learned what the problem is and when it comes into play.
Maybe this will help with the next suggestion on what to try.
My problem is not being able to start postgreSQL back up once I stop it.
Everything works fine when I install the new postgreSQL v8.3 at first. I'm able to start and stop the service without any problems.
The problem seems to come in only after I stop the PostgreSQL service so I can paste the old contents of the data folder (where I assume my previous DB's reside) into the newly created data folder within the newly created PostgreSQL folder in my program files. Once I do that, only then I try to start PostgreSQL back up and bingo, I run into the problem. It just won't start back up at that point and I receive the following error message:
Is there some other way to get my old database into the new postgreSQL then copy and paste the old contents of the data folder? This seems to be the method that causes the problem. Or maybe try and just copy the exact file where my DB resides instead of all the contents from the old data folder.
Does this help narrow down the problem?
PS:
The log files I can copy to send would either be the newly created log files as soon as I complete the installation which is when things work fine (prior to me replacing these data files with the old ones). Or I could send you the log files from my old data contents, but those log files are dated back before this entire problem came into play on 10/20. So I doubt those log files will show mcuh either as everything was working fine back then.