Burnt Out
bigredgiraffe @ bigredgiraffe @lemmy.world Posts 0Comments 148Joined 2 yr. ago
I can’t think of any situation other than maybe wanting to get better indexing or changing the storage engine that I would need to re-create and re-insert that way so I’m not sure if you have a constraint that necessitates that or not but now I’m curious and I am always curious to find new or better methods so why do you do it that way?
At home to upgrade Postgres I would just make a temporary copy the data directory as a backup and then just change the version of the container and if it’s needed run pg_upgrade as jobs in kubernetes.
In a work environment there is more likely to be clustering involved so the upgrade path depends on that but it’s similar but there really isn’t a need to re-create the data, the new version starts with the same PVCs using whatever rollout strategy applies. Major version upgrades can sometimes require extra steps but the engine is almost always backwards compatible at least several versions.
You should most definitely make a MagicMirror with it and just orient the display so you don’t need to put content in the broken area.
Dang, great find, I keep my eye out but never see anything that cool in a dumpster.
ETA: Their site has a video example on it: https://magicmirror.builders
Oh that’s definitely on the list, I thought I saw someone else mention it facepalm
Are we talking database schema migrations or migrating a database between Postgres instances?
If it’s the former, the pattern is usually to run them in init containers or Jobs but I have been wanting to try out SchemaHero for a while which is a tool to orchestrate it and looks pretty neat.
ETA: Thought I was replying to your below comment but Memmy deleted it the first time for some reason, my bad.
Oh absolutely, I’m ashamed I didn’t mention it, I guess my brain was stuck on top down style hah. Satisfactory is incredible, they keep adding awesome stuff to it.
Captain Of Industry is a little daunting because it uses as close to real world processes as possible but Nilaus on YT has excellent videos on it (and many of the others mentioned). This is his playlist for the recent huge Update 1 for the game.
I also forgot to mention how good Cities: Skylines has become and how incredible Cities: Skylines 2 looks. I have learned so much about real cities from playing that and watching City Planner Plays play it and relate it to his real world job as a city planner.
I’ll second Timberborn, it seems like a simple game but it gets complicated towards the end.
If factory games are your jam then I can’t recommend Captian Of Industry and Dyson Sphere Program enough, both are S tier factory games for me. The Riftbreaker is another interesting combo of colony building and tower defense as well.
If you are attempting to use regex match on the package name I am pretty sure you need to use .* not just * as . represents any character except newline and * is 0 or more matches of the previous character in a regex. so your expression was looking for libnvidi with 0 or more a character which I don’t think is what you wanted and that might be why it didn’t work as expected. Cheers!
It sounds like you and I are pretty similar people and pretty close in age, have you had a sleep study done and had hormone levels checked and all of that recently?
I take meds for my ADHD (Vyvanse FTW), GAD, and Depression and they all work drastically better when I have quality sleep (not just number of hours, like % deep sleep) especially, like to the point that it feels like my ADHD meds aren’t working even when I take them if I don’t get good sleep.
Hormone levels being off really really makes my brain fog awful even with meds (and I have tried many different ones before discovering that) to the point that I started to question if they even did anything anymore since I have taken them for a while.
Just some thoughts, if your doctor isn’t doing what you need and you can find a different one then you definitely should, it took me 3 or so before finding ones that I actually like for what it’s worth.