Re: Adding postgresql as pre-depends for gitlab

2017-04-17 Thread Steve Langasek
On Sun, Apr 16, 2017 at 06:20:06PM +0530, Pirate Praveen wrote: > Currently #859200 is open as rc bug as upgrading postgresql and gitlab > together fails. gitlab installation and updates need to write to database > (currently only postgresql is supported). I'm planning to add potgresql > to pre d

Re: Adding postgresql as pre-depends for gitlab

2017-04-17 Thread Clint Byrum
Excerpts from Christoph Berg's message of 2017-04-17 19:41:05 +0200: > Re: Ondrej Novy 2017-04-16 > > > Hi, > > > > 2017-04-16 15:08 GMT+02:00 Peter Palfrader : > > > > > > Having the DBMS on a different host should be a supported way of setup. > > > You should not depend on a postgres server on

Re: Adding postgresql as pre-depends for gitlab

2017-04-17 Thread Christoph Berg
Re: Ondrej Novy 2017-04-16 > Hi, > > 2017-04-16 15:08 GMT+02:00 Peter Palfrader : > > > > Having the DBMS on a different host should be a supported way of setup. > > You should not depend on a postgres server on the same machine running > > gitlab, and therefore neither should you pre-depend on

Re: Adding postgresql as pre-depends for gitlab

2017-04-16 Thread Ondrej Novy
Hi, 2017-04-16 15:08 GMT+02:00 Peter Palfrader : > > Having the DBMS on a different host should be a supported way of setup. > You should not depend on a postgres server on the same machine running > gitlab, and therefore neither should you pre-depend on postgres. > yep and why do SQL schema upda

Re: Adding postgresql as pre-depends for gitlab

2017-04-16 Thread Peter Palfrader
On Sun, 16 Apr 2017, Pirate Praveen wrote: > Currently #859200 is open as rc bug as upgrading postgresql and gitlab > together fails. gitlab installation and updates need to write to > database (currently only postgresql is supported). I'm planning to add > potgresql to pre depends, but policy man