Slide 14
Slide 14 text
ΞοϓάϨʔυํ๏
2. ৽͍͠PostgreSQLͷಋೖ
ݹ͍PostgreSQLΛఀࢭޙɺ৽͍͠PostgreSQLΛಋೖ͠·͢ɻ
$ su -
# systemctl stop postgresql-9.6
# systemctl disable postgresql-9.6
# yum install -y https://download.postgresql.org/pub/repos/yum/11/
redhat/rhel-7-x86_64/pgdg-redhat11-11-2.noarch.rpm
# yum install -y postgresql11-server postgresql11-contrib
postgresql11-devel postgresql11-libs
# cd /usr/pgsql-11/bin/
# export PGSETUP_INITDB_OPTIONS="-E UTF-8 --locale=C"
# ./postgresql-11-setup initdb