Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Vaughan Wickham
Hello, I’ve attempted to follow the documentation below (thanks to Davide for sharing) https://bacula.org/whitepapers/CommunityInstallationGuide.pdf However, step 4.2 (Import the GPG key) fails due to apt-key being deprecated. I also understand that there are potentially issues with the trusted

Re: [Bacula-users] Running backup job without file records in catalog

2023-10-04 Thread Bill Arlofski via Bacula-users
On 10/4/23 06:28, Yateen Shaligram Bhagat (Nokia) wrote: We don’t need the File Records in backup because : 1. Each of our production servers (hundreds of them) being backed up, has number of files in the range of hundred-thousands. 2. With Catalog Files = Yes (default), the database (PostGre

Re: [Bacula-users] Running backup job without file records in catalog

2023-10-04 Thread Yateen Shaligram Bhagat (Nokia)
We don't need the File Records in backup because : 1. Each of our production servers (hundreds of them) being backed up, has number of files in the range of hundred-thousands. 2. With Catalog Files = Yes (default), the database (PostGreSQL) hogs the CPUs on the host, with say 100 concurr

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Peter Milesson via Bacula-users
Hi folks, Installing on Debian 11 is bound to fail, as the documentation and reality are not in sync. I had this problem yesterday, and spent quite some time figuring out what was wrong. About the package manager entry under /etc/apt/sources.list.d, the document mentioned below states: "# Ba

Re: [Bacula-users] Adding missing foreign keys to PostgreSQL - avoiding dbcheck

2023-10-04 Thread Eric Bollengier via Bacula-users
Hello Dan, On 10/3/23 21:01, Dan Langille wrote: On Tue, Oct 3, 2023, at 1:45 PM, Eric Bollengier via Bacula-users wrote: Hello Dan, On 9/30/23 15:54, Dan Langille wrote: Basically, each time you insert something, you need to query the other tables to check the existence or not of records. The

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Pedro Oliveira
Hi  Vaughan Heitor from Bacula Latam has a script that automates the Bacula Instalation process. Please have a look at https://www.bacula.lat/community/bacula-community-9-x-official-packages-installation-script/?lang=en Best Regards Pedro Às 06:18 de 04/10/23, Vaughan Wickham escreveu: H

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Davide F. via Bacula-users
Hi, There’s a specific documentation for rpm and deb Bacula installation. https://bacula.org/whitepapers/CommunityInstallationGuide.pdf Hope it helps Davide On Wed, 4 Oct 2023 at 07:36 Vaughan Wickham wrote: > Hello, > > > > I’m trying to the follow the installation / setup instructions here