Your message dated Fri, 3 Sep 2021 14:25:10 +0200
with message-id <[email protected]>
and subject line Re: Bug#993572: postgresql-client-common: version mismatch
(missing utils for psql-13)
has caused the Debian Bug report #993572,
regarding postgresql-client-common: version mismatch (missing utils for psql-13)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
993572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993572
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postgresql-client-common
Version: 227
Severity: normal
pg_dumpall: error: server version: 13.4 (Debian 13.4-3); pg_dumpall version:
12.6 (Debian 12.6-1.pgdg+1)
pg_dumpall: error: aborting because of server version mismatch
||/ Name Version Architecture Description
+++-========================-============-============-=========================================================
ii postgresql 13+227 all object-relational SQL
database (supported version)
ii postgresql-13 13.4-3 amd64 The World's Most
Advanced Open Source Relational Database
ii postgresql-client-common 227 all manager for multiple
PostgreSQL client versions
-- System Information:
Debian Release: bullseye/sid
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'unstable'), (500,
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.8.6 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_FIRMWARE_WORKAROUND,
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled
Versions of packages postgresql-client-common depends on:
ii netbase 6.2
Versions of packages postgresql-client-common recommends:
ii libreadline8 8.1-1
postgresql-client-common suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Re: Peter Gervai
> Package: postgresql-client-common
> Version: 227
> Severity: normal
>
> pg_dumpall: error: server version: 13.4 (Debian 13.4-3); pg_dumpall version:
> 12.6 (Debian 12.6-1.pgdg+1)
> pg_dumpall: error: aborting because of server version mismatch
Please include the full commandline in bugreports.
The problem is probably that you are trying to dump from some remote
database, while your local PG on port 5432 is still version 12.
See pg_wrapper(1) how to select the correct version, or just invoke
/usr/lib/postgresql/12/bin/pg_dumpall.
Christoph
--- End Message ---