Skip to content

Commit

Permalink
docs: Added FAQ entry for logging and progress issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 11, 2023
1 parent 87d3343 commit 276b82e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/guide/src/docs/asciidoc/faq.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[[_faq]]
= Frequently Asked Questions

== All

.Logs are cut off or missing

This could be due to concurrency issues in the terminal when refreshing the progress bar and displaying logs.
Try running with job options `--progress log`.

== Importing

.`Unknown options: '--keyspace', '--keys'`
Expand All @@ -16,4 +23,5 @@ To replicate between different Redis versions use <<_replicate_type_based,Type-B

.Process gets stuck during replication and eventually times out

This could be due to big keys clogging the replication pipes. Check the database with `redis-cli` {link_bigkeys} and/or use the <<_source_reader_options,source reader options>> to filter these keys out.
This could be due to big keys clogging the replication pipes.
Check the database with `redis-cli` {link_bigkeys} and/or use the <<_source_reader_options,source reader options>> to filter these keys out.

0 comments on commit 276b82e

Please sign in to comment.