File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Installation steps for PostgreSQL for NH TeamCity:
3
3
4
- 1. Download PostgreSQL (postgresql-9.0.3-1-windows_x64.exe): http ://www.enterprisedb.com/products-services-training/pgdownload#windows ;
4
+ 1. Download PostgreSQL: https ://www.enterprisedb.com/downloads/postgres-postgresql-downloads ;
5
5
2. Run the installer ... when prompted to make a password for the service account, make it 'password';
6
6
3. Leave the port number at the default (5432), and leave the default locale;
7
7
4. The setup should install PostgreSQL on the machine;
@@ -12,8 +12,8 @@ Installation steps for PostgreSQL for NH TeamCity:
12
12
13
13
Creating the NH user:
14
14
15
- a. Open pgAdmin III (start -> programs -> PostgreSQL 9.0 -> pgAdmin III) ;
16
- b. right -click the PostgreSQL 9.0 database, select connect, and enter the password from step 2 above;
17
- c. right -clilck the Login Roles, and select "New Login Role ...";
18
- d. create a login with "Role name=nhibernate", "Password=nhibernate", and select Superuser on the Role privileges tab.
15
+ a. Open pgAdmin 4 ;
16
+ b. Right -click the PostgreSQL database, select connect, and enter the password from step 2 above;
17
+ c. Right -clilck the Login Roles, and select "New Login Role ...";
18
+ d. Create a login with "Role name=nhibernate", "Password=nhibernate", and select Superuser on the Role privileges tab.
19
19
Original file line number Diff line number Diff line change 137
137
</target >
138
138
139
139
<target name =" setup-teamcity-postgresql" >
140
- <property name =" db-service" value =" postgresql-x64-10 " />
140
+ <property name =" db-service" value =" postgresql-x64-13 " />
141
141
<property name =" nhibernate.connection.driver_class" value=" NHibernate.Driver.NpgsqlDriver" />
142
142
<property name =" nhibernate.dialect" value=" NHibernate.Dialect.PostgreSQL83Dialect" />
143
143
<property name =" nhibernate.connection.connection_string" value=" Host=localhost;Port=5432;Database=nhibernate;Username=nhibernate;Password=nhibernate;Enlist=true" />
You can’t perform that action at this time.
0 commit comments