# Re-verification of
https://launchpad.net/ubuntu/+source/mariadb/1:11.4.8-0ubuntu0.25.04.1
https://launchpad.net/ubuntu/+source/mariadb/1:11.4.8-0ubuntu0.25.04.1
after triggering rebuilds everything passed


# Re-verification of 
https://launchpad.net/ubuntu/+source/mariadb/1:10.11.14-0ubuntu0.24.04.1https://launchpad.net/ubuntu/+source/mariadb/1:10.11.14-0ubuntu0.24.04.1
after triggering rebuilds everything passed

✔ 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
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
cat <<EOF >/etc/apt/preferences.d/proposed-updates
# Configure apt to allow selective installs of packages from proposed
Package: *
Pin: release a=$(lsb_release -cs)-proposed
Pin-Priority: 800
EOF
apt update
apt upgrade --yes
mariadb -e "SELECT version()"
```

Result:
```
# mariadb -e "SELECT version()"
+-----------------------------------+
| version()                         |
+-----------------------------------+
| 10.11.14-MariaDB-0ubuntu0.24.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

Reply via email to