Viewing a single comment thread. View all comments

WindTalk wrote

psql (PostgreSQL) 9.6.6 , But I can upgrade to 10.

I suggest you upgrade PHP to 7.2 and PG to 10

The steps are easy on Ubuntu.

PG: https://gist.github.com/alistairewj/8aaea0261fe4015333ddf8bed5fe91f8

PHP 7.2: https://www.colinodell.com/blog/201711/installing-php-72

Easier to do from the get-go and with PHP, newer is almost always more secure.

2