kaleidos-ventures / taiga-scripts

Taiga deploy scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update postgresql version from 9.3 to 9.4

bhuvankrishna opened this issue · comments

I was installing taiga on digitalocean droplet on debian testing. the script gave a warning that postgresql-9.3 don't exist. I think the script has to be update with 9.4.

Hi @bhuvankrishna, taiga-scripts is prepared for run on ubuntu 14.04 and with postgresql 9.3.
Obviously taiga can run with postgresql 9.4. but provision different environments is out of scope of taiga-scripts at this moment.

If you environment is different or you want install taiga on different environment, you should do it manually or make the appropriate modifications to taiga-scripts for adapt it to you needs.

You can find the manual installation guide here: http://taigaio.github.io/taiga-doc/dist/setup-production.html that can help understand the installation process of each piece.