Verified for all releases, still waiting on oracular arm64 build though. # lxc launch ubuntu:plucky test-valkey-upgrade -c security.nesting=true # lxc exec test-valkey-upgrade bash
# apt update # apt upgrade # apt install redis-server # apt install valkey-redis-compat # rm /etc/valkey/REDIS_MIGRATION # systemctl start valkey 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 install valkey-redis-compat/plucky-proposed ... Preparing to unpack .../valkey-redis-compat_8.0.2+dfsg1-1ubuntu2_all.deb ... Unpacking valkey-redis-compat (8.0.2+dfsg1-1ubuntu2) over (8.0.2+dfsg1-1ubuntu1) ... Setting up valkey-redis-compat (8.0.2+dfsg1-1ubuntu2) ... [I] No Redis configuration files detected. Skipping the migration process. Scanning processes... ... # systemctl status valkey ● valkey-server.service - Advanced key-value store Loaded: loaded (/usr/lib/systemd/system/valkey-server.service; enabled; preset: enabled) Active: active (running) since Fri 2025-06-27 12:22:57 UTC; 4min 35s ago Invocation: 95b6bdab37cb4608acf483c54e29ee26 Docs: https://valkey.io/docs/, man:valkey-server(1) Main PID: 1680 (valkey-server) Status: "Ready to accept connections" Tasks: 6 (limit: 72789) Memory: 4.5M (peak: 5.8M) CPU: 398ms CGroup: /system.slice/valkey-server.service └─1680 "/usr/bin/valkey-server 127.0.0.1:6379" # lxc launch ubuntu:oracular test-valkey-upgrade -c security.nesting=true # lxc exec test-valkey-upgrade bash # apt update # apt upgrade # apt install redis-server # apt install valkey-redis-compat # rm /etc/valkey/REDIS_MIGRATION # systemctl start valkey 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 install valkey-redis-compat/oracular-proposed ... Preparing to unpack .../valkey-redis-compat_7.2.8+dfsg1-0ubuntu0.24.10.3_all.deb ... Unpacking valkey-redis-compat (7.2.8+dfsg1-0ubuntu0.24.10.3) over (7.2.8+dfsg1-0ubuntu0.24.10.2) ... Setting up valkey-redis-compat (7.2.8+dfsg1-0ubuntu0.24.10.3) ... [I] No Redis configuration files detected. Skipping the migration process. Scanning processes... ... # systemctl status valkey ● valkey-server.service - Advanced key-value store Loaded: loaded (/usr/lib/systemd/system/valkey-server.service; enabled; preset: enabled) Active: active (running) since Fri 2025-06-27 12:31:17 UTC; 1min 1s ago Invocation: 47c123fca9db4f12b27913d63130d989 Docs: https://valkey.io/docs/, man:valkey-server(1) Main PID: 1737 (valkey-server) Status: "Ready to accept connections" Tasks: 6 (limit: 72789) Memory: 4.2M (peak: 5.2M) CPU: 90ms CGroup: /system.slice/valkey-server.service └─1737 "/usr/bin/valkey-server 127.0.0.1:6379" # lxc launch ubuntu:noble test-valkey-upgrade -c security.nesting=true # lxc exec test-valkey-upgrade bash # apt update # apt upgrade # apt install redis-server # apt install valkey-redis-compat # rm /etc/valkey/REDIS_MIGRATION # systemctl start valkey 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 install valkey-redis-compat/noble-proposed ... Unpacking valkey-redis-compat (7.2.8+dfsg1-0ubuntu0.24.04.3) over (7.2.8+dfsg1-0ubuntu0.24.04.2) ... Setting up valkey-redis-compat (7.2.8+dfsg1-0ubuntu0.24.04.3) ... [I] No Redis configuration files detected. Skipping the migration process. Scanning processes... ... # systemctl status valkey ● valkey-server.service - Advanced key-value store Loaded: loaded (/usr/lib/systemd/system/valkey-server.service; enabled; preset: enabled) Active: active (running) since Fri 2025-06-27 12:35:28 UTC; 2min 13s ago Docs: https://valkey.io/docs/, man:valkey-server(1) Main PID: 2367 (valkey-server) Status: "Ready to accept connections" Tasks: 6 (limit: 72789) Memory: 4.0M (peak: 5.2M) CPU: 153ms CGroup: /system.slice/valkey-server.service └─2367 "/usr/bin/valkey-server 127.0.0.1:6379" ** Tags removed: verification-needed verification-needed-noble verification-needed-oracular verification-needed-plucky ** Tags added: verification-done verification-done-noble verification-done-oracular verification-done-plucky -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104217 Title: Package upgrade reinstalls /etc/valkey/REDIS_MIGRATION To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/valkey/+bug/2104217/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
