Verified for all releases, marking oracular wont-fix as it is almost EOL
and focal as wont-fix as it is ESM

# lxc launch ubuntu:plucky test-mysql-logrotate -c security.nesting=true
# lxc exec test-mysql-logrotate bash

# 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

# apt install mysql-server/plucky-proposed

# logrotate --force /etc/logrotate.d/mysql-server
- no output


# lxc launch ubuntu:noble test-mysql-logrotate -c security.nesting=true
# lxc exec test-mysql-logrotate bash

# 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

# apt install mysql-server/noble-proposed mysql-server-8.0/noble-
proposed

# logrotate --force /etc/logrotate.d/mysql-server
- no output


# lxc launch ubuntu:jammy test-mysql-logrotate -c security.nesting=true
# lxc exec test-mysql-logrotate bash

# 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

# apt install mysql-server

# logrotate --force /etc/logrotate.d/mysql-server
- no output

** Tags removed: verification-needed verification-needed-jammy 
verification-needed-noble verification-needed-plucky
** Tags added: verification-done verification-done-jammy 
verification-done-noble verification-done-plucky

** No longer affects: mysql-8.4 (Ubuntu Focal)

** No longer affects: mysql-8.4 (Ubuntu Jammy)

** Changed in: mysql-8.0 (Ubuntu Focal)
       Status: Triaged => Won't Fix

** Changed in: mysql-8.0 (Ubuntu Oracular)
       Status: In Progress => Won't Fix

** Changed in: mysql-8.0 (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2112151

Title:
  logrotate rules incomplete for mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/2112151/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to