CI postgress not working, may be my fault.
Created by: ashwin31
I am able to run tests with mysql as backend but not with pgsql as backend.
do i need to install postgresql on CI server? I thought postgresql is already installed on it and gitlab uses postgresql.
mysql server is not having any gitlab related db, so, its clear that gitlab is not using mysql. postgresql seems to be not installed on the server by the following command root@git:~# sudo service postgresql status postgresql: unrecognized service
I can install postgresql and configure it but somewhere I am afraind that it may messup the system if gitlab is already using postgresql that I am not aware of.
help me to run testcases to use postgresql