Mention in INSTALL that Vervis needs PostgreSQL 9.5 or above

That's because insertBy' relies on insertUnique being done atomically, which
requires ON CONFLICT support, a feature that came with PostgreSQL 9.5.
This commit is contained in:
fr33domlover 2019-04-16 16:39:12 +00:00
parent b0da8747a2
commit c2ee6a7f16

View file

@ -55,7 +55,7 @@ Generate a new SSH key with a blank password:
$ ssh-keygen -t rsa -f config/ssh-host-key
Install PostgreSQL. You'll need the server and the client library development
files.
files. Note that PostgreSQL needs to be at least version 9.5.
$ sudo apt install postgresql libpq-dev