There is legitimately good wine at just about every price point… You definitely should not write off a wine just because of the price.
And conversely, there’s lots of BAD wine that’s expensive.
Try everything and keep track of what you like! Your wine drinking experience will improve, and it’ll probably cost you less to boot!
I run a Nextcloud instance on my Unraid server.
ahhhh yes, that makes perfect sense… thank you for pointing that out! Especially since I’m not good enough with vi
to know how to bulk delete the first character in specific lines, I had to manually arrow and delete.
I successfully migrated postgres 15 to 16. I followed the general idea of the guide you posted, but I found it a little easier to do a slightly different process. Here’s what I did:
docker-compose down
for the lemmy instance2. edit the docker-compose.yml
file and comment out all of the services except postgres. In addition, add a new volume to the postgres service that looks something like this: - ./volumes/miscfiles:/miscfiles
docker-compose.yml
file and add a new volume to the postgres service that looks something like this: - ./volumes/miscfiles:/miscfiles
docker-compose up -d postgres
(this starts just the postgres
service from the docker compose file)docker exec -it [container name] pg_dumpall -U [username] -f /miscfiles/pgdumpall20240628
(I think this will work, but it’s not exactly what I did… rather, I ran docker exec -it [container name] bash
, and then ran pgdumpall -U [username] -f /miscfiles/pgdumpall20240628
. The end result is a dumpall file saved in the ./volumes/miscfiles
directory on the host machine)docker-compose down
mv ./volumes/postgres ./volumes/postgresBAK20240628
(move your existing postgres data to a new directory for backup purposes)mkdir ./volumes/postgres
(re-create an empty postgres data folder. make sure the owner and permissions match the postgresBAK20240628
directory)docker-compose.yml
and update the postgres image tag to the new versiondocker-compose up -d postgres
(you’ll now have a brand new postgres container running with the new version)docker-exec -it [container name] psql -U [username] -f /miscfiles/pgdumpall20240628
(again, I think this will work, but I bash
ed in and ran the command from within the container. This also allows you to watch the file execute all of the commands… I don’t know if it will do that if you run it from the host.)docker-compose down
12. edit the docker-compose.yml
and un-comment all of the other services that you commented out in step 2
docker-compose up -d
Hopefully that helps anyone that might need it!
edited to reflect the comment below
Thank you, that’s super helpful!
I don’t think I’d call them assholes… more just shortsighted about the realities of selling an album, specifically in how you refer to the album both in speech and in writing.
Understood, but OP mentioned that he wanted something without a backup camera, so that’s why I was asking for clarification.
My favorite is plain old wordle.
This game is not fun. It’s not at all clear how the words relate, to the point where I got a top 10 word in the first 10 guesses, and it still took over 100 guesses to find the keyword.
I found it to be an unrewarding waste of time.
Can you clarify exactly what you mean by a “dumb car”? Do you just mean that it doesn’t have a screen in the cockpit? Or something else?
I think it depends on the airline. On my recent trip I noticed that American Airlines was charging to pick ANY seat. You could avoid the charge by letting it auto-assign the seat. Your idea to check in physically and request a certain seat MIGHT work, but you have to consider the timing. Most other passengers will have checked in online earlier and already have a seat assigned… If you wait until you arrive at the airport the seat selection might be limited. I like to check in online as early as possible so I can decide if I want to pay for a specific seat.
Good luck!
I’ve been a best man twice and both times I quoted from “The Prophet” by Kahlil Gibran, specifically the “On Love” section. “On Marriage” and “On Children” also have appropriate words for a wedding.
I think Seven falls in that category.
Kelly-Moore!
invented by people from Pakistan who were just living in India
Pakistan was part of India until 1947. These guys ended up on the Pakistan side of the partition, and then returned to India as refugees.
I’m not sure that it’s fair to say that they weren’t Indian.
Clarification question: Why would you expect somebody to DM you?
I suspect the language would change for those scenarios, so maybe you would say “I slept until midday” rather than “I slept until 12pm”.
I’m having a hard time imagining an accident caused by not wearing a seatbelt… I guess maybe being thrown from the vehicle and hitting a passenger in another car who was wearing a seatbelt?