Open Toastgeraet opened 2 weeks ago
Sorry for being late!
Would you mind share me the report which can be created on the 🧰Hatch
pane?
And, sorry for confusingly, Replication closed
is a message that appears whenever the replicator is successfully closed (and disabled), and does not mean that replication is taking place.
Actual bucket sync log should be like following This log is the one that has started on pressing replication icon):
2024/11/5 20:01:02->Receiving Journal: Getting list of remote journal
2024/11/5 20:01:02->Processing journal: Queue run out, but process is running. wait for the next.
2024/11/5 20:01:02->Receiving Journal: No journals needs to be downloaded
2024/11/5 20:01:02->Processing journal: No files needs to be processed!
2024/11/5 20:01:02->Uploading journal: Queue run out, but process is running. wait for the next.
2024/11/5 20:01:02->Packing Journal: Start sending
2024/11/5 20:01:02->Journal reading from seq:3779
2024/11/5 20:01:02->Packing Journal: No journals to be packed!
2024/11/5 20:01:02->No files needs to be uploaded!
Abstract
Trying to sami-manually setup synchronisation between Windows and Android Platform using an AWS S3 Bucket via Tigris/Fly.io.
Expected behaviour
Replication completed
Actually happened
Example excerpt from log from PC after creating files. Looks like they are being uploaded.
23.10.2024, 21:21:51->Chunks saved (with fixed): doc: hello world.md ,chunks: 1 (new:1, recycled:0, cached:0) 23.10.2024, 21:21:51->STORAGE -> DB (plain) hello world.md 23.10.2024, 21:22:03->Chunks saved (with fixed): doc: .obsidian/workspace.json ,chunks: 1 (new:1, recycled:0, cached:0) 23.10.2024, 21:22:03->STORAGE --> DB:.obsidian/workspace.json: (hidden) Done 23.10.2024, 21:22:05->Replication closed
but Tigris dashboard doesn't show any change in database size or any of the supposedly uploaded files.
Summarization
Within the app and the plugin and log everything looks perfectly fine and seems to work. But apparently, no files are actually being uploaded?!