-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bash auto complete not working #1040
Comments
I've just tested this on a rocky8 system and auto-complete works fine. What is it that doesn't work? Which OS/distribution are you using? How did you install Barman? |
Hi @martinmarques, It’s a Ubuntu build (22.04 I believe, I’ll need to check tomorrow when I am in the office). I used apt to install Barman 3.12.1. Is there a bash auto complete file that I can drop into Thanks |
The bash_completion comes from here: https://github.com/EnterpriseDB/barman/blob/master/scripts/barman.bash_completion I think you need to debug this in your system, and if there's a problem with the bash_completion on ubuntu, report it to the packagers (I suppose that would be PGDG) |
Hi @martinmarques, please see below:
I worked out the issue in our environment, funnily enough it was that we were missing the The contents of the
Running the first portion interactively showed the following:
I thought this mightl have happened because I told
But upon looking further, that's not it at all:
Interestingly,
If we look at the
Checking all (recursively) dependencies for the
Thus I can deduce that it appears that there is an issue where Either way, if someone comes across this in future, hopefully the above will help them. If you have any other suggestions for further investigation please reach out. |
Hi Guys,
I vaguely recall that
barman
would work properly withbash
auto-complete when I'd installed it some time ago on another system.I've just recently installed it again and have found that
bash
auto-complete isn't working, is there something I can check/configure to ensure that this works?Cheers.
The text was updated successfully, but these errors were encountered: