Re: [Bacula-users] Bacula Webmin module will not start

2016-12-23 Thread hermannkm
Hi Alan,
I am a Bacula newbie and did not really care about my database as everything
just worked after installation (Ubuntu 16.04). So I got SQLite3 without
really taking notice.

Your post is pretty clear about this being a very bad choice.

Now: how could I migrate my already running Bacula to another db, e.g.
Postgres oder Mysql (in fact Mariadb).
Do you know an easy way to do this?



--
View this message in context: 
http://bacula.10910.n7.nabble.com/Bacula-Webmin-module-will-not-start-tp84251p85056.html
Sent from the Bacula - Users mailing list archive at Nabble.com.

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Webmin module will not start

2016-07-27 Thread Alan Brown
On 27/07/16 15:39, Phil Stracchino wrote:
>
>> I strongly recommend you to move to MySQL or Postgresql. Please let us
>> know if you really need SQLite. I would say that SQLite in Bacula is
>> almost "deprecated".
> "Almost"?  I thought SQLite support had already been removed, or at
> least was unmaintained.
>

It is.

Sqlite is _only_ there for proof of concept (as in testing if bacula 
suits your purposes)
   and should _never_(*) be used in a production environment.

(*) As in "you would have to be absolutely and completely crazy to use 
SQlite in a production environment."

If you're backing up 1-2 machines (SOHO) then MySQL is fine. If you are 
backing up anything larger, then use Postgres or you'll probabl end up 
regretting it.

MySQL runs into major scaling (memory consumption) and tuning issues 
very quickly, whilst Postgres is self-tuning and tends not to grow as 
uncontrollably as MySQL does.

I run both, they're about as easy as each other to setup but MySQL is 
significantly harder to keep running when things get complex, large or 
high-load, rapidly growing to consume far more resources of all kinds 
than the equivalent Postgresql installation.

Don't let anyone try and discourage using Postgres on complexity or 
"usability" grounds and "I only know mysql" is a path to eternal pain. 
MySQL was originally designed as a lightweight (compared to Postgresql) 
system for fast mostly-read work on webservers and it's still firmly 
rooted there. (It's great for web query engines and that's what we 
mostly use it for.)





--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Webmin module will not start

2016-07-27 Thread Phil Stracchino
On 07/27/16 04:24, Ana Emília M. Arruda wrote:
> Hello,
> 
> I strongly recommend you to move to MySQL or Postgresql. Please let us
> know if you really need SQLite. I would say that SQLite in Bacula is
> almost "deprecated".

"Almost"?  I thought SQLite support had already been removed, or at
least was unmaintained.




-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: 603.293.8485

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Webmin module will not start

2016-07-27 Thread Ana Emília M . Arruda
Hello,

I strongly recommend you to move to MySQL or Postgresql. Please let us know
if you really need SQLite. I would say that SQLite in Bacula is almost
"deprecated".

Best regards,
Ana

On Tue, Jul 26, 2016 at 3:52 PM, CRUCIALcane  wrote:

> Webmin 'Failed to load the database DBI driver SQLite at ./
> bacula-backup-lib.pl line 45
>
> I had the same Problem, and installing perl DBI driver didn't help.
>
> Installing the package libdbd-sqlite3-perl did the trick though.
>
> +--
> |This was sent by breath1...@googlemail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports.http://sdm.link/zohodev2dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Webmin module will not start

2016-07-26 Thread CRUCIALcane
Webmin 'Failed to load the database DBI driver SQLite at ./bacula-backup-lib.pl 
line 45

I had the same Problem, and installing perl DBI driver didn't help.

Installing the package libdbd-sqlite3-perl did the trick though.

+--
|This was sent by breath1...@googlemail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Webmin module will not start

2016-07-22 Thread SteveHodge
I am wanting to administer Bacula through Webmin. I have a working 
installation, but need to expand a bit, and being able to use Webmin would help 
a lot
I cannot get the Webmin module to start. It just says 'Failed to load the 
database DBI driver SQLite at ./bacula-backup-lib.pl line 45. Maybe it is not 
set up, or the module configuration is incorrect.'. the same thing happens when 
I specify MySQL or PostGreSQL, although I think Bacula is using SQLite.
I have checked that the perl module DBI is installed, and indeed deleted and 
re-installed it. It shows up in the Webmin Perl module, albeit not in bold like 
the rest of the modules
Has anyone seen this problem and has a solution
I have a feeling that I may have to set up the database again and then 
uninstall and reinstall Bacula. Obvously I can save the Config files if I do 
this, but does this mean I will lose the existing database and the six months 
of back-ups it references
Steve Hodge

+--
|This was sent by h...@sloth.demon.co.uk via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users