question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Redis remote backup import failing

See original GitHub issue

Hi, i’m facing some issue with your tool. I Don’t see what’s wrong with this. Because this ip is reacheable from this host. So i don’t really understand this error.

Thanks

/app/redis-rdb-cli # rmt -s /data/your_backup.rdb -r -m redis://10.104.49.4:6378

java.lang.RuntimeException: failed to connect to 10.104.49.4:6378, reason expect [$,:,*,+,-] but:
	at com.moilioncircle.redis.rdb.cli.cmd.XRmt.getRdbVisitor(XRmt.java:169)
	at com.moilioncircle.redis.rdb.cli.cmd.XRmt.call(XRmt.java:117)
	at com.moilioncircle.redis.rdb.cli.cmd.XRmt.call(XRmt.java:57)
	at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
	at picocli.CommandLine.access$1300(CommandLine.java:145)
	at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
	at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
	at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
	at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
	at picocli.CommandLine.execute(CommandLine.java:2078)
	at com.moilioncircle.redis.rdb.cli.Rmt.main(Rmt.java:28)
	at com.moilioncircle.redis.rdb.cli.Main.main(Main.java:41)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
devrushitcommented, Mar 29, 2022

yes of course, i will use a docker one

0reactions
devrushitcommented, Mar 31, 2022

Our database is in 5.x with tls enabled. And I’ve been using docker version of redis-Cli version 6 and 5 but got the same results… weird anyway it’s good now thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Back Up and Restore Your Redis Data on Ubuntu 14.04
Restoring a backup requires you to replace the active Redis database file with the restoration file. Since this is potentially destructive, we ...
Read more >
How to recover redis data from snapshot(rdb file) copied from ...
Copy your backup rdb file to the Redis working directory (this is the dir option in your Redis config). Also, make sure your...
Read more >
Recover a failed database | Redis Documentation Center
When a cluster fails or a database is corrupted, you must: Restore the cluster configuration from the CCS files; Recover the databases with ......
Read more >
redis instance restore using dump.rdb is not working
Is there anyway to restore a dump.rdb redis backup file remotely? Hot Network Questions · Stargazing with the Ancients · Can I use...
Read more >
Restore via redis-cli crashes the server on some dumps #479
Restoring (a previously dumped) TS crashes redis, even though thousands of similarly dumped files restore correctly. ... The crash also happens on newer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found