[ovirt-users] Remote DB: How do you set server_version?
~Stack~
i.am.stack at gmail.com
Wed May 2 19:49:24 UTC 2018
Greetings,
Exploring hosting my engine and ovirt_engine_history db's on my
dedicated PostgreSQL server.
This is a 9.5 install on a beefy box from the postgresql.org yum repos
that I'm using for other SQL needs too. 9.5.12 to be exact. I set up the
database just as the documentation says and I'm doing a fresh install of
my engine-setup.
During the install, right after I give it the details for the remote I
get this error:
[ ERROR ] Please set:
server_version = 9.5.9
in postgresql.conf on 'None'. Its location is usually
/var/lib/pgsql/data , or somewhere under /etc/postgresql* .
Huh?
Um. OK.
$ grep ^server_version postgresql.conf
server_version = 9.5.9
$ systemctl restart postgresql-9.5.service
LOG: syntax error in file "/var/lib/pgsql/9.5/data/postgresql.conf"
line 33, n...n ".9"
FATAL: configuration file "/var/lib/pgsql/9.5/data/postgresql.conf"
contains errors
Well that didn't work. Let's try something else.
$ grep ^server_version postgresql.conf
server_version = 9.5.9
$ systemctl restart postgresql-9.5.service
LOG: parameter "server_version" cannot be changed
FATAL: configuration file "/var/lib/pgsql/9.5/data/postgresql.conf"
contains errors
Whelp. That didn't work either. I can't seem to find anything in the
oVirt docs on setting this.
How am I supposed to do this?
Thanks!
~Stack~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.ovirt.org/pipermail/users/attachments/20180502/8105755c/attachment.sig>
More information about the Users
mailing list