Hi,

while checking I found that

sudo /usr/bin/redis-check-aof /var/lib/redis/appendonlydir/appendonly.aof.manifest still gives 7.2.3

Start checking Multi Part AOF Start to check BASE AOF (RDB format). [offset 0] Checking RDB file /var/lib/redis/appendonlydir/appendonly.aof.1.base.rdb [offset 26] AUX FIELD redis-ver = '7.2.3' [offset 40] AUX FIELD redis-bits = '32' [offset 52] AUX FIELD ctime = '1701349097' [offset 67] AUX FIELD used-mem = '710136' [offset 79] AUX FIELD aof-base = '1' [offset 88] Checksum OK [offset 88] \o/ RDB looks OK! \o/ [info] 0 keys read [info] 0 expires [info] 0 already expired RDB preamble is OK, proceeding with AOF tail... AOF analyzed: filename=appendonly.aof.1.base.rdb, size=88, ok_up_to=88, ok_up_to_line=1, diff=0 BASE AOF appendonly.aof.1.base.rdb is valid Start to check INCR files. AOF analyzed: filename=appendonly.aof.1.incr.aof, size=302335, ok_up_to=302335, ok_up_to_line=21572, diff=0 INCR AOF appendonly.aof.1.incr.aof is valid All AOF files and manifest are valid

vs

Start checking Old-Style AOF AOF analyzed: filename=/var/lib/redis/appendonlydir/appendonly.aof.1.incr.aof, size=303685, ok_up_to=303685, ok_up_to_line=21679, diff=0 AOF /var/lib/redis/appendonlydir/appendonly.aof.1.incr.aof is valid

and

pi@pihole:[~] $ sudo /usr/bin/redis-check-rdb /var/lib/redis/dump.rdb [offset 0] Checking RDB file /var/lib/redis/dump.rdb [offset 26] AUX FIELD redis-ver = '7.2.4' [offset 40] AUX FIELD redis-bits = '32' [offset 52] AUX FIELD ctime = '1704830917' [offset 67] AUX FIELD used-mem = '811552' [offset 79] AUX FIELD aof-base = '0' [offset 81] Selecting DB ID 0 [offset 274] Checksum OK [offset 274] \o/ RDB looks OK! \o/ [info] 2 keys read [info] 2 expires [info] 2 already expired

Comment From: ahgaoyong

Redis [QUESTION] after upgrading to 7.2.4 manifest still shows 7.2.3

Comment From: sundb

This version refers to the Redis version at the time aof rdb-preamble was created. You can use BGREWRITEAOF to recreate the rdb-prembl and confirm the version.

Comment From: un99known99

@sundb thx for the info, at least there isnt any harm in the future to leave it as it is?

Comment From: sundb

@un99known99 It's safe, dont warry.