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:
88 POSTGRES_DB : dbname # set database
99 POSTGRES_USER : test_user # set username
1010 POSTGRES_PASSWORD : " "
11+ POSTGRES_HOST_AUTH_METHOD : " trust"
1112
1213.prepare :
1314 stage : test
@@ -155,7 +156,7 @@ test-check-9.6:
155156 - postgres:9.6
156157
157158test-check-10 :
158- extends : " .test-check"
159+ extends : " .test-check"
159160 stage : " test"
160161 services :
161162 - 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+
16### 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).
27
38*** Disclaimer: Conclusions, Recommendations – work in progress.**
49To treat the data correctly, you need deep Postgres knowledge. Each report
510consists of 3 sections: Observations, Conclusions, and Recommendations.
611Observations 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 .*
813
914
1015# About
You can’t perform that action at this time.
0 commit comments