Using bionic, when I run the install-unstable script, it fails at the end with the following:
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE Users’
++ mysql -h localhost -Dbluecherry -u**** -p****
mysql: [Warning] Using a password on the command line interface can be insecure.
++ for x in echo "show tables" | mysql -h "$host" -D"$dbname" -u"$user" -p"$password"| tail -n +2
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE ipPtzCommandPresets’
++ mysql -h localhost -Dbluecherry -u**** -p****
mysql: [Warning] Using a password on the command line interface can be insecure.
++ for x in echo "show tables" | mysql -h "$host" -D"$dbname" -u"$user" -p"$password"| tail -n +2
++ mysql -h localhost -Dbluecherry -u**** -p****
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE notificationSchedules’
mysql: [Warning] Using a password on the command line interface can be insecure.
++ for x in echo "show tables" | mysql -h "$host" -D"$dbname" -u"$user" -p"$password"| tail -n +2
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE notificationsSent’
++ mysql -h localhost -Dbluecherry -u**** -p****
mysql: [Warning] Using a password on the command line interface can be insecure.
++ for x in echo "show tables" | mysql -h "$host" -D"$dbname" -u"$user" -p"$password"| tail -n +2
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE userLayouts’
++ mysql -h localhost -Dbluecherry -u**** -p****
mysql: [Warning] Using a password on the command line interface can be insecure.
++ for x in echo "show tables" | mysql -h "$host" -D"$dbname" -u"$user" -p"$password"| tail -n +2
++ echo ‘SET FOREIGN_KEY_CHECKS=0; DROP TABLE webhooks’
++ mysql -h localhost -Dbluecherry -u**** -p****
mysql: [Warning] Using a password on the command line interface can be insecure.
++ mysql -h localhost -Dbluecherry -u**** -p****
++ echo ‘SET FOREIGN_KEY_CHECKS=1’
mysql: [Warning] Using a password on the command line interface can be insecure.
++ gunzip -c /var/lib/bluecherry/bc_db_backup.TJWUmOUKOi.sql.gz
++ mysql -h localhost -Dbluecherry -u**** -p****
mysql: [Warning] Using a password on the command line interface can be insecure.
++ exit 1
dpkg: error processing package bluecherry (–configure):
installed bluecherry package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.27-3ubuntu1.6) …
Errors were encountered while processing:
bluecherry
Known issue? Or am I doing something wrong?