pg_waldump
additional facilities for PostgreSQL (supported version)
RUN apt-get update && \
apt-get install -y postgresql-11
RUN apt-get update && \
apt-get install -y postgresql-10
RUN pacman -S --noconfirm postgresql-old-upgrade
RUN apt-get update && \
apt-get install -y postgresql-11
RUN yum install -y postgresql-upgrade
RUN dnf install -y postgresql-upgrade