Hi.
I'm trying to connect on a external Postgresql database (my server is on godaddy and the postgresql is on amazon).
I do not want to install postgresql on my server.
On easyapache show this message.
"Requires PostgreSQL 7.3 or higher to already be installed. You can do that with /usr/local/cpanel/scripts/installpostgres"
As i said, i don't want to install postgresql on my server, but i follow along with the process and on the logs it show this.
-- Begin opt 'PGsql' --
-- Begin dryrun test 'Check postgresql' --
!! postgres is not installed, skipping postgres flags !!
So, what will be the correct way to use pg functions on php without manually modify files?
I'm trying to connect on a external Postgresql database (my server is on godaddy and the postgresql is on amazon).
I do not want to install postgresql on my server.
On easyapache show this message.
"Requires PostgreSQL 7.3 or higher to already be installed. You can do that with /usr/local/cpanel/scripts/installpostgres"
As i said, i don't want to install postgresql on my server, but i follow along with the process and on the logs it show this.
-- Begin opt 'PGsql' --
-- Begin dryrun test 'Check postgresql' --
!! postgres is not installed, skipping postgres flags !!
So, what will be the correct way to use pg functions on php without manually modify files?