lx commented on issue Deuxfleurs/garage#801 2024-04-10 18:02:10 +00:00
Unclear how to troubleshoot connection to Docker image

You might need to set api_bind_addr = "[::]:3900" in your config file to allow connctions arriving through the Docker port forward.

lx deleted branch fix-doc from Deuxfleurs/garage 2024-04-10 15:49:06 +00:00
lx pushed to main at Deuxfleurs/garage 2024-04-10 15:49:05 +00:00
33c2086d9e Merge pull request '[fix-doc] fix broken references in documentation' (#802) from fix-doc into main
5ad1e55ccf [fix-doc] fix broken references in documentation
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#802 2024-04-10 15:49:04 +00:00
[fix-doc] fix broken references in documentation
lx closed pull request Deuxfleurs/garage#748 2024-04-10 15:48:17 +00:00
WIP: Per-Bucket Consistency
lx deleted branch next-0.10 from Deuxfleurs/garage 2024-04-10 15:48:16 +00:00
lx closed pull request Deuxfleurs/garage#771 2024-04-10 15:48:16 +00:00
WIP: Replace unsafe code with ouroboros in db
lx created pull request Deuxfleurs/garage#802 2024-04-10 15:48:06 +00:00
[fix-doc] fix broken references in documentation
lx created branch fix-doc in Deuxfleurs/garage 2024-04-10 15:47:51 +00:00
lx pushed to fix-doc at Deuxfleurs/garage 2024-04-10 15:47:51 +00:00
5ad1e55ccf [fix-doc] fix broken references in documentation
lx merged pull request Deuxfleurs/garage#683 2024-04-10 15:23:13 +00:00
Garage v1.0
lx pushed to main at Deuxfleurs/garage 2024-04-10 15:23:13 +00:00
1779fd40c0 Merge pull request 'Garage v1.0' (#683) from next-0.10 into main
ff093ddbb8 Merge branch 'main' into next-0.10
90e3c2af91 [next-0.10] small updates to mention Garage v0.9.4
50669b3e76 [next-0.10] bump helm chart version
554437254e [next-0.10] Add migration guide for v1.0
Compare 120 commits »
lx pushed tag v1.0.0 to Deuxfleurs/garage 2024-04-10 15:21:28 +00:00
lx pushed to next-0.10 at Deuxfleurs/garage 2024-04-10 12:38:26 +00:00
ff093ddbb8 Merge branch 'main' into next-0.10
738bb2f09c Merge pull request 'Garage v0.9.4' (#798) from rel-0.9.4 into main
7dd7cb5759 [rel-0.9.4] upgrade version to v0.9.4
8b663d8c5b Merge pull request 'jepsen testing of Garage v1.0.0-rc1' (#796) from jepsen-1.0rc1 into main
c051db8204 jepsen testing of Garage v1.0.0-rc1
Compare 7 commits »
lx pushed to next-0.10 at Deuxfleurs/garage 2024-04-10 12:35:47 +00:00
90e3c2af91 [next-0.10] small updates to mention Garage v0.9.4
lx created branch main-0.9.x in Deuxfleurs/garage 2024-04-10 12:33:12 +00:00
lx pushed to main-0.9.x at Deuxfleurs/garage 2024-04-10 12:33:12 +00:00
lx commented on issue Deuxfleurs/garage#801 2024-04-09 19:50:33 +00:00
Unclear how to troubleshoot connection to Docker image

Hello, I think your issue is that you are using --network host, which is not supported under mac os. You should instead try forwarding ports individually using the --port argument.

lx commented on issue Deuxfleurs/garage#797 2024-04-09 17:21:37 +00:00
merkle tree panic

@tezlm These errors might indicate more corruption in your metadata file, but the most important is that you're able to retrieve all your files from Garage. At this point, you should copy…

lx commented on issue Deuxfleurs/garage#797 2024-04-09 10:44:38 +00:00
merkle tree panic

coud the sled migration code be used as a base to rebuild the index tree?

No, unfortunately, it does not rebuild the Merkle tree, it copies it as-is.

Is there any way to manually recover…