Stream: containers

Topic: k8s status


view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:11):

Let me post some status updates here in my journey on upgrading from 4.20 to 6.3 here.

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:12):

So I've managed to create intermediate migrations that seem to boost me from a 4.20 database to a 6.3. I'd say we did a good job with migrations with a few mistakes along the way. But without it, it would have been impossible.

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:13):

Now I created #10672 to mitigate a few things I'm running into while deploying on a new K8s cluster running v1.29

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:14):

These images get a little closer to production readiness with every small PR we make. But it's still a long way :melting_face:

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:15):

Now I'm running into the next weird problem: my database connection fails with an IllegalArgumentException: illegal character :expressionless:

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:15):

We'll see where this comes from :zany_face:

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:17):

Looks like I might need to add another PR to allow easier debugging of database properties. I'm even tempted to switch to a DataSourceProducer like I did with mail, potentially making it easier to track down errors. Not sure yet if this is actually possible.

view this post on Zulip Philip Durbin πŸš€ (Jul 08 2024 at 19:19):

#10672 looks reasonable to me.

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:19):

Noice!

view this post on Zulip Philip Durbin πŸš€ (Jul 08 2024 at 19:20):

It doesn't tell you which character is illegal?

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:20):

I'm happy I can actually boot with it now... it still needs documentation changes

view this post on Zulip Philip Durbin πŸš€ (Jul 08 2024 at 19:20):

Yes, docs please!

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:20):

Nope, it's very mysterious - doesn't breathe a word about where there is some error

view this post on Zulip Philip Durbin πŸš€ (Jul 08 2024 at 19:22):

I mean, you're messing with password stuff in that PR. Could that be related?

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:23):

Nah don't think so. These passwords are for Payara, not the DB

view this post on Zulip Philip Durbin πŸš€ (Jul 08 2024 at 19:26):

TouchΓ©

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 19:27):

Dang - @DataSourceDefinition may only be used on types... :melting_face:

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 23:14):

Ha! It was a layer 8 problem. base64 encoded newlines into the secrets... :shooting_star:

view this post on Zulip Oliver Bertuch (Jul 08 2024 at 23:22):

image.png


Last updated: Oct 30 2025 at 05:14 UTC