Adam Heath

Results 22 comments of Adam Heath

As a followup, during the full restore to a separate folder, the first time, it was completely 100% empty. All files from the snapshot were written. The second time I...

restic/node.go, CreateFileAt always opens a file(CREATE|TRUNC), always replaces that file with the content, then closes it. That flow replaces the file with whatever was in the snapshot. But what if...

This problem user has 134 orders, if that helps with understanding the scope.

Got it. The billing loop code calls "update#OrderItem" thousands of times, in a loop. That causes a trigger to fire, which adds a check to delete the DataDocument. Well, since...

So here is the full flow. 1. Call update#OrderItem(with an adjusted quantity) 1. This calls update#mantle.order.OrderItem, which just does a direct database update call. 2. Order has changed, trigger handle#OrderMajorChange...

It seems the linked PR has been merged now.

```shell /sbin` # for a in iptables iptables-save iptables-restore; do ln -sf xtables-nft-multi $a;done ``` I ran the above inside the container, and this allowed bans to work. My host...

> An update from my side. In our case, the issue was on S3 storage side. The Object Storage falsely replied with error code `500` instead of `404` when an...

I can confirm that if I don't put a separate LVM on /var/lib/docker/containers, then docker-gen works and finds it's own container id.