Skip to content

指定db迁移迟迟没看到数据过来 #999

@lbgATts

Description

@lbgATts

问题描述(Issue Description)

1) 配置文件 指定了日志文件,甚至指定了绝对路径 都没有日志文件生成,甚至我手动帮生成了shake.log 文件 ,都没写到这里去

2)我要迁移 db=10的数据,但是db0~db9 加起来也才几十万个key,为啥到db=10 迟迟没有数据过来,等了好久

基础配置:

[sync_reader]
cluster = false
address = "x.x.x.x:6379"
username = ""
password = "xxx"
tls = false
sync_rdb = true
sync_aof = true
prefer_replica = false
try_diskless = false

[redis_writer]
cluster = false
address = "x.x.x.x:6379"
username = ""
password = "xxxx"
tls = false
off_reply = false

[filter]
allow_db=[10]

请在这里简要描述你遇到的问题。

Please provide a brief description of the issue you encountered.

环境信息(Environment)

  • RedisShake 版本(RedisShake Version):4.4.1
  • Redis 源端版本(Redis Source Version):6.x
  • Redis 目的端版本(Redis Destination Version):6.x
  • Redis 部署方式(standalone/cluster/sentinel):standalone
  • 是否在云服务商实例上部署(Deployed on Cloud Provider):

日志信息(Logs)

如果有错误日志或其他相关日志,请在这里提供。

If there are any error logs or other relevant logs, please provide them here.

其他信息(Additional Information)

请提供任何其他相关的信息,如配置文件、错误信息或截图等。

Please provide any additional information, such as configuration files, error messages, or screenshots.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions