PostgreSQL database is empty
Greetings!
I am trying to set up TeamCity to talk to a PostgreSQL database. I think I finally have everything set up correctly. I'm using a PostgreSQL 8.4 database on my local machine, using PostgreSQL's default port of 5432. I am not getting any errors when running runall.bat. But when I run the web UI, I get an error saying "Database is empty or does not exist." Yes, the database is empty. It's supposed to be empty!
Here's my database.properties file:
connectionUrl=jdbc:postgresql://localhost/TeamCity
connectionProperties.user=caps
connectionProperties.password=<something>
What now?
Thanks very much!
RobR
Please sign in to leave a comment.