Skip to content

PUM (Postgres Update Manager)

Arnaud Poncet-Montanges edited this page Nov 24, 2017 · 1 revision

PUM (Postgres Update Manager)

How to (on ubuntu x64 16.04)

Verify that you have python 3 installed

python3 --version

Python 3.5.2

Verify that you have pip for python3 installed

pip3 --version

pip 8.1.1 from /usr/lib/python3/dist-packages (python 3.5)

If not simply install it:

sudo apt install python3-pip

Install Postgres Update Manager (PUM)

pip3 install pum

or check if pum is installed