Results 66 comments of Aaron Hurt

Closing due to lack of comment by author.

Can you also include your config there? If you cloned it and it still had the previous snapshot names I have a theory as to what's happening.

Okay, thanks so nothing fancy there in the replicate sets, my guess is that when you cloned the dataset on the source side, it also cloned the snapshots attached to...

Hrm, that is kind of what `ALLOW_RECONCILIATION` does today. It checks if the local/source snapshots exist on the remote/destination ... and if not, it falls back to a full send....

You can follow the full logic of the forwarded headers here: https://github.com/fabiolb/fabio/blob/master/proxy/http_headers.go#L36 Test cases with examples here: https://github.com/fabiolb/fabio/blob/master/proxy/http_headers_test.go Additionally, Fabio is capable of handling TLS and has flexible configuration for...

Similar use case here. We would like to be sure that things like our OAuth service, auditing service, etc.. are started and listed as dependencies before other backend applications start.