no way to disable database backup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mythtv (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
In /etc/cron.
/usr/share/
Which ends up producing an error:
ERROR: DBBackupDirectory not specified, stopped at /usr/share/
run-parts: /etc/cron.
if a database backup directory is not specified anywhere. But in my case, I don't specify one because I have an independent database dump and backup process attached to my nightly backups so having /etc/cron.
There really ought to be a way for me to prefer to not have the MythTV package itself do a backup if I know it's being done elsewhere.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: mythtv-database 2:0.25.
ProcVersionSign
Uname: Linux 3.2.0-31-generic i686
.var.log.
.var.log.
.var.log.
.var.log.
ApportVersion: 2.0.1-0ubuntu15
Architecture: i386
CrashDB: mythbuntu
Date: Sun Dec 30 14:17:55 2012
Installed_
MarkForUpload: True
PackageArchitec
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_CA.UTF-8
SHELL=/bin/bash
SourcePackage: mythtv
UpgradeStatus: No upgrade log present (probably fresh install)
modified.
[mysqld]
bind-address=
max_connection
mtime.conffile.
I think the easiest solution for you would be to just comment out the line in the cron job in /etc. If we ever add something else to that cron job it will do a conffile prompt on upgrade.
The other solution would be for there to be a switch in something in /etc/default/ mythtv- database or /etc/default/ mythtv- common or similar that enabled/disabled the backup. You would run into the same problem with conffile prompts should we add anything to that /etc/default file at any time.
What's better for you?