Mthtv-backend fails after upgrade in Debian Bullyseye

My mythtv settings are not saved or being read after upgrading mythtv-common. My mythtv server is Linux server 5.3.0-3-amd64 #1 SMP Debian 5.3.15-1 (2019-12-07) x86_64 GNU/Linux. All commands are done through the terminal. Last update is 2020-0106.

view the version of Debian

lsb_release -a

No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux bullseye/sid
Release: testing
Codename: bullseye

I am having to reconfigure mythtv-common and mythtv-backend after every upgrade. The steps to reconfigure the packages are listed below.

Reconfiguring mythtv-common

# dpkg-reconfigure --force mythtv-common

Reconfiguring mythtv-database

# dpkg-reconfigure --force mythtv-database

restart the mythtv-backend and check that it is running

# systemctl restart mythtv-backend

# systemctl status mythtv-backend

The following line shows success.

Active: active (running) since Mon 2020-01-06 21:15:15 CST; 2s ago

Anbox on Debian 11 Bullseye

Installation

Installation instructions from https://docs.anbox.io/userguide/install.html.

Install snap on computer. I already had it installed.

Kernel modules have to be installed. https://docs.anbox.io/userguide/install_kernel_modules.html and https://github.com/Anbox/Anbox-modules

I followed the the github website for installing kernel modules.

Install the anbox snap or use the debian package. I used the debian package.

apt install anbox

Install Applications

https://docs.anbox.io/userguide/install_apps.html

Android applications for downloading https://www.apkmirror.com/uploads/

Android on qemu

I would like to try this. QEMU has been around longer and hopefully more stable. https://fosspost.org/tutorials/install-android-8-1-oreo-on-linux

Last updated on 2020-0102