social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#heroku

2 posts2 participants0 posts today

So, it's Feb 2025 and #Heroku apps using their heroku-20 stack starts to fail on builds, expected but I still don't like it.

We have only 17 apps with that, and very close to update them all to #ruby 3.x - the main reason why we are still in that stack. More info in the ALT text of the image below.

I think I'll share my progress here, and also if you have questions or something please do; been there, done that, bough the book, DVD, Blu Ray and 4K edition - and watched the musical at Broadway.

This Week in Self-Hosted (17 January 2025)

Fediverse platforms gaining traction, software updates and launches, a spotlight on #Coolify - a self-hosted #Heroku and #Netlify alternative, and more in this week's self-hosted recap!

youtu.be/0Srn2Qfb-8s
selfh.st/newsletter/2025-01-17

youtu.be- YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Well, there goes my weekend.

#Heroku apparently thought it would be helpful to set my #postgresql 13 (EOL) database to read-only to “encourage” me to expedite the upgrade.

Except the way they did it seems to be setting a new credential user with no write permissions…. which means you can’t dump any tables that own sequences. (For some reason `select last_value, is_called` requires write privs.) At all. Best I can come up with so far is to do POSQL queries into csv files.