Skip to content

Difficulty starting continuous replication with child process #263

Answered by benbjohnson
amkurtis asked this question in Q&A
Discussion options

You must be logged in to vote

@kurtis-poole Sorry for the delay getting back to you. I got my booster shot on Wednesday and it knocked me out pretty good.

Hmm, that is an odd behavior. It's strange that Litestream picks up the snapshot but nothing else. A couple questions to help debug:

  1. Is your application updating the journal mode? Litestream sets the database to WAL mode but I could see it breaking if you're reseting journal_mode to something else.

  2. Do you see a file called /data/db-wal and is it growing as you're making transactions against your database?

  3. Can you run a tree command against the /data/.db-litestream directory and see what it shows? I'm curious if Litestream is copying out the WAL pages but not r…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@amkurtis
Comment options

@benbjohnson
Comment options

@amkurtis
Comment options

@benbjohnson
Comment options

Answer selected by amkurtis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants