Displaying 10 results from an estimated 10 matches for "postgresql94".
Did you mean:
postgresql84
2015 Dec 21
0
Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 6 x86_64 SCL
...64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of PostgreSQL 9.4):
$ sudo yum install centos-release-scl
$ sudo yum install rh-postgresql94
$ scl enable rh-postgresql94 bash
At this point you should be able to use PostgreSQL just as a normal
application. An examples of commands run might be:
$ postgresql-setup --initdb
$ service rh-postgresql94-postgresql start
$ psql
Since su and sudo commands clear environment variable...
2015 Dec 21
0
Announcing release for PostgreSQL 9.2 and 9.4 on CentOS Linux 7 x86_64 SCL
...7 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of PostgreSQL 9.4):
$ sudo yum install centos-release-scl
$ sudo yum install rh-postgresql94
$ scl enable rh-postgresql94 bash
At this point you should be able to use PostgreSQL just as a normal
application. An examples of commands run might be:
$ postgresql-setup --initdb
$ systemctl start rh-postgresql94-postgresql
$ psql
Since su and sudo commands clear environment variables, we need...
2015 Dec 22
0
CentOS-announce Digest, Vol 130, Issue 10
...64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps (example of PostgreSQL 9.4):
$ sudo yum install centos-release-scl
$ sudo yum install rh-postgresql94
$ scl enable rh-postgresql94 bash
At this point you should be able to use PostgreSQL just as a normal
application. An examples of commands run might be:
$ postgresql-setup --initdb
$ service rh-postgresql94-postgresql start
$ psql
Since su and sudo commands clear environment variable...
2015 Aug 17
2
persistent change of max_stack_depth
...ue
'RemoveOnStop' in section 'Socket'
Aug 17 08:38:47 db1 systemd:
[/usr/lib/systemd/system/lvm2-lvmetad.socket:9] Unknown lvalue
'RemoveOnStop' in section 'Socket'
Aug 17 08:38:49 db1 systemd: Starting PostgreSQL 9.4 database server...
Aug 17 08:38:49 db1 kernel: postgresql94-ch[3021]: segfault at
7ffcd1a28f30 ip 00007f116054c79e sp 00007ffcd1a28f30 error 6 in
libc-2.17.so[7f1160458000+1b6000]
Aug 17 08:38:49 db1 systemd: postgresql-9.4.service: control process
exited, code=killed status=11
Aug 17 08:38:49 db1 systemd: Failed to start PostgreSQL 9.4 database server....
2015 Aug 17
2
persistent change of max_stack_depth
...Socket'
>> Aug 17 08:38:47 db1 systemd:
>> [/usr/lib/systemd/system/lvm2-lvmetad.socket:9] Unknown lvalue
>> 'RemoveOnStop' in section 'Socket'
>> Aug 17 08:38:49 db1 systemd: Starting PostgreSQL 9.4 database server...
>> Aug 17 08:38:49 db1 kernel: postgresql94-ch[3021]: segfault at
>> 7ffcd1a28f30 ip 00007f116054c79e sp 00007ffcd1a28f30 error 6 in
>> libc-2.17.so[7f1160458000+1b6000]
>> Aug 17 08:38:49 db1 systemd: postgresql-9.4.service: control process
>> exited, code=killed status=11
>> Aug 17 08:38:49 db1 systemd: Failed...
2015 Oct 23
0
Release for Software Collections SIG content
...built by SCLo SIG from RHSCL are
devassist09, devtoolset-3, git19, httpd24, mariadb55, maven30,
mongodb24, mysql55, nginx14, nginx16, nodejs010, perl516, php54,
php55, postgresql92, python27, python33, rh-java-common,
rh-mariadb100, rh-mongodb26, rh-mysql56, rh-passenger40, rh-perl520,
rh-php56, rh-postgresql94, rh-python34, rh-ror41, rh-ruby22, ror40,
ruby193, ruby200, thermostat1 and v8314.
With Software Collections that are not part of RHSCL (so far
sclo-vagrant1 collection), both CentOS Linux and RHEL users will be
provided by content that is not available on those platforms otherwise.
Getting start...
2015 Aug 17
0
persistent change of max_stack_depth
...39; in section 'Socket'
> Aug 17 08:38:47 db1 systemd:
> [/usr/lib/systemd/system/lvm2-lvmetad.socket:9] Unknown lvalue
> 'RemoveOnStop' in section 'Socket'
> Aug 17 08:38:49 db1 systemd: Starting PostgreSQL 9.4 database server...
> Aug 17 08:38:49 db1 kernel: postgresql94-ch[3021]: segfault at
> 7ffcd1a28f30 ip 00007f116054c79e sp 00007ffcd1a28f30 error 6 in
> libc-2.17.so[7f1160458000+1b6000]
> Aug 17 08:38:49 db1 systemd: postgresql-9.4.service: control process
> exited, code=killed status=11
> Aug 17 08:38:49 db1 systemd: Failed to start PostgreSQL...
2015 Oct 24
0
CentOS-announce Digest, Vol 128, Issue 8
...built by SCLo SIG from RHSCL are
devassist09, devtoolset-3, git19, httpd24, mariadb55, maven30,
mongodb24, mysql55, nginx14, nginx16, nodejs010, perl516, php54,
php55, postgresql92, python27, python33, rh-java-common,
rh-mariadb100, rh-mongodb26, rh-mysql56, rh-passenger40, rh-perl520,
rh-php56, rh-postgresql94, rh-python34, rh-ror41, rh-ruby22, ror40,
ruby193, ruby200, thermostat1 and v8314.
With Software Collections that are not part of RHSCL (so far
sclo-vagrant1 collection), both CentOS Linux and RHEL users will be
provided by content that is not available on those platforms otherwise.
Getting start...
2015 Aug 14
4
persistent change of max_stack_depth
Hi Thomas,
> Could anybody point me in the right direction for setting the kernel
> parameter, max_stack_depth, to 10240 for database tuning?
>
> I have currently set it by running 'ulimit -s 10240' but this does not
> survive a reboot.
>
>
Thanks for the response, I've been nosing around that file recently but
noted the first two lines;
#This file sets the
2018 Nov 01
2
CentOS 7.6 and Xen 4.6
.../x86_64/rh/rh-nginx112
sclo/x86_64/rh/rh-nodejs4
sclo/x86_64/rh/rh-nodejs6
sclo/x86_64/rh/rh-nodejs8
sclo/x86_64/rh/rh-perl520
sclo/x86_64/rh/rh-perl524
sclo/x86_64/rh/rh-perl526
sclo/x86_64/rh/rh-php56
sclo/x86_64/rh/rh-php70
sclo/x86_64/rh/rh-php71
sclo/x86_64/rh/rh-postgresql10
sclo/x86_64/rh/rh-postgresql94
sclo/x86_64/rh/rh-postgresql95
sclo/x86_64/rh/rh-postgresql96
sclo/x86_64/rh/rh-python35
sclo/x86_64/rh/rh-python36
sclo/x86_64/rh/rh-redis32
sclo/x86_64/rh/rh-ror42
sclo/x86_64/rh/rh-ror50
sclo/x86_64/rh/rh-ruby23
sclo/x86_64/rh/rh-ruby24
sclo/x86_64/rh/rh-ruby25
sclo/x86_64/rh/rh-scala210
sclo/x8...