Pretty simple to switch (if you have a little docker experience). Create a folder (e.g. ./postgres
), add the folder as a volume in the postgres portion of the compose file (maybe something like /db
), then run just the database with newly mounted folder, shell in, and copy everything from the Postgres folder to this new folder. After that, swap mounts so the new folder is used as Postgres db and you’re good. If something went wrong, the pgdata
volume is still there to switch back to.
quaff
Got a DM from the OP:
Hey! Sorry, I'm replying in PM instead for this thread. Since I'm new to lemmy, the post was removed on my instance because I didn't have enough karma to post pictures but it still got published to lemmy.ml.
The things I'm using are:
- OS: Nix
- WM: Sway
- Bar: Waybar
- Fonts: Iosevka Aile + Pragmata Pro
- Emacs windows: Eww + Mu4e + .emacs config
Full dots are here https://git.mccd.space/pub/dotfiles/
Asahi Linux is shaping up nicely. I’ll probably install that soon. 👀
True that. Small victories 🥲
Make one, if for nothing else as a portfolio piece!
It’s funny. I have been forced to use macOS because of work, and I use rectangle to mimic what KDE plasma does out of the box. I’d suggest using KDE if you wanted something powerfully customizable and user friendly. If you find something that works with other windows decorations (non-KDE), I’d love to know about them too for when I inevitably switch back to Linux Desktop!
I just want search by post, and I’ll be happy 🥲
Looks like neofetch!
Haha I meant, I guess that’s why Twitter isn’t on the list. Since the name itself didn’t become part of our vocabulary.
Both words are used, so I understand the confusion; also, sprinkled with a little misspelling:
Dumpster: The Dempster Brorthers, Inc.
EDIT: Just read the Dumpster Wikipedia page. The Dempster Brothers' had a truck called The Dempster Dumpmaster 😂
Good share. I saw the nudge in the mobile app, but I didn't realize there was breaking changes and upgraded in the middle of the night before bed (what the hell was I thinking???). Spent a good extra hour trying to figure out why.
Key take away, the pgvecto.rs
version needs to be upgraded. If you are using docker, update the docker-compose.yml. If you're not, upgrade your pgvector.rs
version first. 🙏
I removed mine since I moved away from Gitlab. There's other comments with working docker composes, but here's the latest working version of mine if you're interested: