bluecherrydvr / bluecherry-apps

Bluecherry surveillance system (server application)
http://www.bluecherrydvr.com
GNU General Public License v2.0
211 stars 68 forks source link

installer: fix mysql server installation for Debian 10 #670

Closed andrey-utkin closed 6 months ago

andrey-utkin commented 7 months ago

"mysql-server" package is not found in central Debian repos. We don't actually enable mysql.com repo, and we don't even want that, per https://github.com/bluecherrydvr/bluecherry-apps/issues/423 .

"default-mysql-server" package on Debian 10 installs mariadb-server-10.3.

andrey-utkin commented 6 months ago

Tested, works.