Andy Pfister
Andy Pfister
Hi @nightah The PR mentioned by @justinclift does not help in your specific. What this PR encapsules is that `pgautoupgrade` automatically upgrades extensions when possible. In your case, the `vectors`...
so I've read through the rest of the thread and I've worked on adding better support for Bitnami containers in our image. What worked fine was adding a `postgresql.conf` and...
> Running the upgrade initContainer for a short period if time as root is a pretty minimal attack surface, as it's not a long running application. Is this an acceptable...
hello, would anyone in this thread (mainly looking at @p4block @xeruf @kaplan-michael @Maddin-M) be willing to test out a development build which should make upgrades on Bitnami DB's (both in-place...
Hi @NeutrinoXY, did you run the container as `root` user? our container needs root permissions in order to properly adjust file permissions during the upgrade for the main Postgres container.
Hi @dwyart, yeah this is correct, `pg_upgrade` should not run as `root`. I am a bit confused why this is happening, because actually the container is meant to be started...
sorry, I am looking through tickets and though I could maybe work on this someday. I like the implementation suggested @spwoodcock. The only thing that worries me is successive failures:...
Hi @remy727 I ran into the same issue and managed to solve it like this: ```ruby Turbo::StreamsChannel.broadcast_scroll_into_view_to( "generate_thumbnail_#{submission.id}", targets: "##{identifier}" ) ``` First line (without kwargs) is the stream channel...
Ruby 3.2.x has removed File.exists? method (deprecated long time ago, but was kept around until now)
This code has been adapted a while ago, see https://github.com/jejacks0n/navigasmic/blame/36af0e795783118058697770202d28f8a8e46c71/lib/navigasmic/engine.rb#L11. @jejacks0n would it be possible to get a new release so we can upgrade our apps to Ruby 3.2?
Hi @PaulSonOfLars The change itself was intentional, but without in mind that people could use the pgautoupgrade container as an `initContainer` for an empty Postgres instance. Our entrypoint code needs...