Emanuel Calvo
Emanuel Calvo
Check the status of the key (like , if it is expired). In that case, wal-e does the push within an invalid key (probably is non-encrypted).
> Is this about TSql? Could you please suggest a pull request with an example? I'll need to get familiar with the project to provide a decent PR, although, there...
I upgraded to version 0.12.0 on Darwin and it works for me now.
@malthe @mhjohnson I don't think that it would be a good idea to set a timeout in this case. The problem does not reside on the query execution length, it...
@malthe I think that is a good idea (see bellow), however still don't know if this should avoid all the queries with non-existent `q_name` (but looks like it will avoid...
@malthe Yes, that extract is from the Postgres code, so it refers to server child processes handling connections.
@malthe The problem is that the filtering is not done over only 1 backend, _every backend that is listening on at least one channel_ is an entry on the async...
Added an example docker-compose.yml for easy cluster setup and done other cosmetic stuff. https://gitlab.com/3manuek/docker_images/tree/master/docker/odyssey
I started the patch at #4084. I don't see how to make the version feature to work even tho I added it, probably I'm missing some compilation flag cc @alexcb...
This patch has been merged into [v0.8.10](https://github.com/earthly/earthly/releases/tag/v0.8.10). Closing, thanks @alexcb!