Am 24-Sep-2021 22:46:50 +0200 schrieb davinchu...@gmail.com:
> Thank you very much Sebastian! I am very sorry for implying the wrong thing 
> with my subject - around here it just means "newbie" (i.e. new user), about 
> Linux in this case, and I didn't know it meant other things elsewhere.
>
> My apologies for not asking my question more clearly, too. I have plenty of 
> experience with Bacula itself. I'm just having trouble getting the software 
> loaded (installed) under Linux. I did not know about "apt search", but I 
> don't think it helps me. It tells me that "bacula-postgresql" is available, 
> but I'm already trying to use that name. My problem is that when I request it 
> with "sudo apt-get install bacula-postgresql", the apt-get fails to find the 
> package itself.
>
> I think I can get Bacula set up the way I want once I get it on my system - I 
> just just can't seem to retrieve it in the first place.
>
> Do you have any suggestions as to why apt-get is failing for me? 
Hello,
No problem. I just reread my last email and noticed a small mistake in the 
"PS:"-Section(that was the only section I didn't check twice for errors). I 
wanted to say "Anyway straight to the point, if it has a bad overtone you 
should [not] call yourself ..." or "shouldn't" small mistake but huge impact. 
Sorry.

To your problem:
My search delivers following packages: 
bacula-bscan/focal 9.4.2-2ubuntu5 amd64 
bacula-client/focal 9.4.2-2ubuntu5 all 
bacula-common-mysql/focal 9.4.2-2ubuntu5 amd64 
bacula-common-pgsql/focal 9.4.2-2ubuntu5 amd64 
bacula-common-sqlite3/focal 9.4.2-2ubuntu5 amd64 
bacula-common/focal 9.4.2-2ubuntu5 amd64 
bacula-console-qt/focal 9.4.2-2ubuntu5 amd64 
bacula-console/focal 9.4.2-2ubuntu5 amd64 
bacula-director-common/focal 9.4.2-2ubuntu5 all 
bacula-director-mysql/focal 9.4.2-2ubuntu5 all 
bacula-director-pgsql/focal 9.4.2-2ubuntu5 all 
bacula-director-sqlite3/focal 9.4.2-2ubuntu5 all 
bacula-director/focal 9.4.2-2ubuntu5 amd64 
bacula-doc/focal 9.4.4-2 all 
bacula-fd/focal 9.4.2-2ubuntu5 amd64 
bacula-sd/focal 9.4.2-2ubuntu5 amd64 
bacula-server/focal 9.4.2-2ubuntu5 all 
bacula-tray-monitor/focal 9.4.2-2ubuntu5 amd64 
bacula/focal 9.4.2-2ubuntu5 all
 The package you are searching for is most propably called 
"bacula-common-pgsql" and "bacula-director-pgsql".
I have hoped you take a small search and find it out by yourself, sorry for 
making it unnecessary hard and unclear.

In the "Brief Tutorial"-Chapter:
https://www.bacula.org/11.0.x-manuals/en/main/Brief_Tutorial.html

get following scripts mentioned:
drop_bacula_tables
make_bacula_tables

In my case these scripts are called:
drop_mysql_tables
make_mysql_tables

In your case probably something with postgresql. In the "Installing and 
Configuring PostgreSQL"-Chapter are also scripts mentioned. In my case(mysql) 
they are located under /usr/share/bacula-director or /usr/share/bacula-common 
You can search for them with:
sudo find / -iname "make_mysql_tables"

That should get you running! If you have any questions left, please feel free 
to ask them.

Kind regards

Sebastian  

-------------------------------------------------------------------------------------------------
FreeMail powered by mail.de - MEHR SICHERHEIT, SERIOSITÄT UND KOMFORT
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to