You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/barman", line 33, in <module>
sys.exit(load_entry_point('barman==3.10.1', 'console_scripts', 'barman')())
File "/usr/local/lib/python3/site-packages/barman/cli.py", line 1326, in main
p.add_commands(
File "/usr/local/lib/python3/site-packages/argh/helpers.py", line 47, in add_commands
return add_commands(self, *args, **kwargs)
File "/usr/local/lib/python3/site-packages/argh/assembling.py", line 554, in add_commands
set_default_command(
File "/usr/local/lib/python3/site-packages/argh/assembling.py", line 297, in set_default_command
raise AssemblingError(
argh.exceptions.AssemblingError: archive_wal: cannot extend argument declarations for an endpoint function that takes no arguments.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've installed Barman from source.
I ran the following commands:
I configured
barman.conf
and the server configuration in/etc/barman.d/my_serv.conf
.However, when I ran the command:
I encountered the following error:
how to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions