Opened 15 months ago
Closed 14 months ago
#68113 closed defect (fixed)
Barman: requires python 3.7 , requires recent rsync, new release of barman
Reported by: | ARCICT (ARCSUP) | Owned by: | mohd-akram (Mohamed Akram) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | barman |
Description
Barman needs python 3.7 to be able to restore a backup ( pickle issue ) All python versions after 3.7 break this functionality
Barman needs a more recent rsync than the standard MacOS version. "s" option needs to be supported ( issue when restoring a backup )
There is a recent release of barman 3.8
Change History (5)
comment:1 Changed 15 months ago by ARCICT (ARCSUP)
Summary: | python 3.7 , recent rsync required, new release of barman → Barman: requires python 3.7 , requires recent rsync, new release of barman |
---|
comment:2 Changed 15 months ago by jmroot (Joshua Root)
Owner: | set to mohd-akram |
---|---|
Status: | new → assigned |
comment:3 follow-up: 4 Changed 15 months ago by mohd-akram (Mohamed Akram)
comment:4 Changed 15 months ago by ARCICT (ARCSUP)
Barman needs python 3.7 to be able to restore a backup ( pickle issue ) All python versions after 3.7 break this functionality
What's the error message or upstream bug report? I doubt it needs Python 3.7 since that version is EOL.
At this moment it is the only way we found to be able to restore a backup with Barman.
A supportcase & a Git-issue have been raised.
Since we are a bunch of python nono's we can't suggest/implement a (temp?) fix or workaround :-(
Barman needs a more recent rsync than the standard MacOS version. "s" option needs to be supported ( issue when restoring a backup )
Try installing rsync from MacPorts and see if that works.
That's what we did and it solved the issue.
There is a recent release of barman 3.8
I'll update this.
Thanks !
comment:5 Changed 14 months ago by mohd-akram (Mohamed Akram)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to ARCICT:
What's the error message or upstream bug report? I doubt it needs Python 3.7 since that version is EOL.
Try installing rsync from MacPorts and see if that works.
I'll update this.