# Verification of https://launchpad.net/ubuntu/+source/mariadb-10.6/1:10.6.23-0ubuntu0.22.04.1
✔ https://launchpad.net/ubuntu/+source/mariadb-10.6/1:10.6.23-0ubuntu0.22.04.1 built on all architectures ✔ Upgrades successfully when -proposed enabled Exact steps to test upgrades in -proposed for this package that includes a running service inside a container: ``` apt update && apt install --yes lsb-release # Enable automatic restarts from maint scripts sed -i "s/101/0/g" /usr/sbin/policy-rc.d # Fake /sbin/runlevel to avoid warnings of "invoke-rc.d: could not determine current runlevel" echo -e '#!/bin/sh\necho "N 5"' > /sbin/runlevel; chmod +x /sbin/runlevel apt install --yes mariadb-server /etc/init.d/mariadb start mariadb -e "SELECT version()" cat <<EOF > /etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list # Enable Ubuntu proposed archive deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF apt update apt upgrade --yes mariadb -e "SELECT version()" ``` Result: ``` # mariadb -e "SELECT version()" +----------------------------------+ | version() | +----------------------------------+ | 10.6.23-MariaDB-0ubuntu0.22.04.1 | +----------------------------------+ ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2120204 Title: [SRU] MariaDB 11.4.8, 10.11.14, 10.6.23 in all maintained Ubuntu releases To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mariadb/+bug/2120204/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
