Commit 8ac212c0 authored by Marco Mariani's avatar Marco Mariani

abilian: added postgres symlinks

parent b47b8161
...@@ -64,16 +64,24 @@ port = $${postgres-instance:port} ...@@ -64,16 +64,24 @@ port = $${postgres-instance:port}
recipe = slapos.cookbook:symbolic.link recipe = slapos.cookbook:symbolic.link
target-directory = $${directories:bin} target-directory = $${directories:bin}
link-binary = link-binary =
${postgresql91:location}/bin/clusterdb
${postgresql91:location}/bin/createdb ${postgresql91:location}/bin/createdb
${postgresql91:location}/bin/createlang
${postgresql91:location}/bin/createuser ${postgresql91:location}/bin/createuser
${postgresql91:location}/bin/dropdb ${postgresql91:location}/bin/dropdb
${postgresql91:location}/bin/droplang
${postgresql91:location}/bin/dropuser ${postgresql91:location}/bin/dropuser
${postgresql91:location}/bin/initdb
${postgresql91:location}/bin/psql ${postgresql91:location}/bin/psql
${postgresql91:location}/bin/pg_basebackup
${postgresql91:location}/bin/pg_controldata
${postgresql91:location}/bin/pg_ctl
${postgresql91:location}/bin/pg_dump ${postgresql91:location}/bin/pg_dump
${postgresql91:location}/bin/pg_dumpall ${postgresql91:location}/bin/pg_dumpall
${postgresql91:location}/bin/pg_resetxlog ${postgresql91:location}/bin/pg_resetxlog
${postgresql91:location}/bin/pg_restore ${postgresql91:location}/bin/pg_restore
${postgresql91:location}/bin/postgres ${postgresql91:location}/bin/postgres
${postgresql91:location}/bin/postmaster
${postgresql91:location}/bin/reindexdb ${postgresql91:location}/bin/reindexdb
${postgresql91:location}/bin/vacuumdb ${postgresql91:location}/bin/vacuumdb
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
IOError: encoder error -2 when writing image file IOError: encoder error -2 when writing image file
Wrong JPEG library version: library is 62, caller expects 80 Wrong JPEG library version: library is 62, caller expects 80
* apt-get install rsync
* the host needs * the host needs
/etc/security/limits.conf /etc/security/limits.conf
* hard nofile 32768 * hard nofile 32768
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment