You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Barman, Backup and Recovery Manager for PostgreSQL
Hello,
This message is just to inform that as of version 3.14 of Barman we are officially deprecating Python 3.6 and 3.7, so you'll need to run with python 3.8 or newer.
PGDG packages for rpm are already built against python 3.12, and Debian/Ubuntu distributions are already using newer versions of python by default. For this reason anyone using packages is completely covered and won't have to worry about the deprecation.
Kind regards, Martín
Sebastiaan Maas
unread,
May 24, 2025, 6:49:34 AMMay 24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Barman, Backup and Recovery Manager for PostgreSQL
Barman got updated from the official PGDG repo to 3.14.0 when we ran updates on our RHEL 9 install last Tuesday. Python 3.12 was automatically installed, however it caused barman to fail, because with Python 3.12 distutils is no longer available. It threw me this
ModuleNotFoundError: No module named 'distutils' error. I had to fix it by installing Python 3.12 setuptools. After that, barman was working again.
sudo yum install python3.12-setuptools
Kind regards,
Sebastiaan
Op vrijdag 23 mei 2025 om 17:48:29 UTC+2 schreef Martin Marques:
Martin Marques
unread,
May 27, 2025, 7:50:37 AMMay 27
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pgba...@googlegroups.com
You need to report that to the pgsql-...@postgresql.org list (you
don't have to be subscribed to write to that list AFAIU). In any case,
I'll point Devrim (the rpm maintainer) to this issue