Anthony Smith
Anthony Smith
Is there anything the community can do to help push this along?
@williamkray I dug into the code and it looks like backups are run with the same image as the Kubegres resource. You can provide a custom image with everything you...
Got it. Missed that part in the original post.
I'm running into this exact same situation. Need `citus` to be the first item in `shared_preload_libraries`. @Alepefe did you have any luck with this?
@andrewlecuyer could you provide any color around why pgaudit is automatically added to `shared_preload_libraries`? Also, is there interest in changing this?
@movitto If the errors you’re seeing happen on a regular interval I’m wondering if it’s Kubegres doing a health check. Just a guess.
Just out of curiosity. Assuming everything is working why do you want StatefulSets 1, 2 and 3 back?
Here's an example middleware that handles casing maps for my particular use case. ```elixir defmodule GraphQLService.Middlewares.ErrorHandler do @moduledoc """ Transforms a list of validation errors into a structure that's easy...
Anybody know if it’s possible to use Block Kit using Alertmanager `http_ config` and Slack incoming webhooks? This might be a better approach than a direct Slack integration.
Would it make sense to put this in the README?