redis-port icon indicating copy to clipboard operation
redis-port copied to clipboard

invalid RDB version number 9

Open jjeejj opened this issue 4 years ago • 7 comments

after installed the latest release , exec redis-port decode --input=---- , an error occurred, how to solve it ? thanks

image

jjeejj avatar Jun 22 '20 03:06 jjeejj

rdb 版本太高了,当初实现的时候 rdb 没这么高。你可以改改代码直接跳过这个检查试试看,如果没用到新的 feature 的话,可能问题不大?

On Mon, Jun 22, 2020 at 11:53 一步 [email protected] wrote:

after installed the latest release , exec redis-port decode --input=---- , an error occurred, how to solve it ? thanks

[image: image] https://user-images.githubusercontent.com/15176971/85246992-f6570b00-b47e-11ea-9a21-eae88c130c0d.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CodisLabs/redis-port/issues/70, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFQPJLDXBC4P56J5KWT2IDRX3IU7ANCNFSM4OEF4FRA .

spinlock avatar Jun 22 '20 04:06 spinlock

还有一种思路是更新 redis-port 所依赖的 redis 版本。本身是 cgo 实现的,更新 redis 版本重新编译就好了

还是别冒险了,Redis 升级 RDB 这件事动作有点大。

spinlock avatar Jun 22 '20 04:06 spinlock

@spinlock 你现在不进行维护了吗?

jjeejj avatar Jun 22 '20 06:06 jjeejj

@jjeejj 在维护。不过一直也没有怎么出现 bug,我以为没有人在用了。

spinlock avatar Jun 22 '20 12:06 spinlock

@spinlock 那不是有很多 issue 吗? 有时间你可以修复一下这个问题,毕竟 术业有专攻

我是看到知乎上推荐过来的

jjeejj avatar Jun 22 '20 12:06 jjeejj

@jjeejj 在维护。不过一直也没有怎么出现 bug,我以为没有人在用了。

去年做过的几个迁移都是用 redis-port 做的,很方便,感谢提供了这个工具

ushuz avatar Jul 24 '20 07:07 ushuz

image 为什么这个一直结束不了啊?

Joey-df avatar Sep 28 '20 12:09 Joey-df