Skip to Content

Welcome!

This community is for professionals and enthusiasts of our products and services. Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.

This question has been flagged
1 Reply
57 Views
Author Best Answer
docker exec -it -u root odooprojxprod8_odoo_1 bash
apt-get update \
  && apt-get install -y wget \
&& echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main 9.5" > /etc/apt/sources.list.d/postgresql.list \

&& wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \ && apt-get update \ && apt-get install -y postgresql-client \ && pg_dump --version


the output should be version 9.5.3 

  

Avatar
Discard