This repository was archived by the owner on Jul 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ variables:
8
8
POSTGRES_DB : dbname # set database
9
9
POSTGRES_USER : test_user # set username
10
10
POSTGRES_PASSWORD : " "
11
+ POSTGRES_HOST_AUTH_METHOD : " trust"
11
12
12
13
.prepare :
13
14
stage : test
@@ -155,7 +156,7 @@ test-check-9.6:
155
156
- postgres:9.6
156
157
157
158
test-check-10 :
158
- extends : " .test-check"
159
+ extends : " .test-check"
159
160
stage : " test"
160
161
services :
161
162
- postgres:10
Original file line number Diff line number Diff line change
1
+ Please support the project giving a GitLab star (it's on [ the main page] ( https://gitlab.com/postgres-ai/database-lab ) ,
2
+ at the upper right corner):
3
+
4
+ ![ Add a star] ( ./assets/star.gif )
5
+
1
6
### Demo: [ an example of postgres-checkup report] ( https://gitlab.com/postgres-ai/postgres-checkup-tests/tree/master/1.3.0 ) (based on CI, multi node).
2
7
3
8
*** Disclaimer: Conclusions, Recommendations – work in progress.**
4
9
To treat the data correctly, you need deep Postgres knowledge. Each report
5
10
consists of 3 sections: Observations, Conclusions, and Recommendations.
6
11
Observations are filled automatically. As for Conclusions and Recommendations
7
- sections, as of October 2019, onlyLimited number of reports have autogeneration for them .*
12
+ sections, as of October 2019, only limited number of reports are auto-generated .*
8
13
9
14
10
15
# About
You can’t perform that action at this time.
0 commit comments