The odd part is that it was running fine until the upgrade.
The odd part is that it was running fine until the upgrade.
I used the Lemmy-Easy-Deploy method but the catch is that I migrated from Google Cloud Free Tier to a paid server with another host. I have the backups so I can always restore from that if I really have to. I have an env file with the password that it should be using but I’m not sure how it was changed…
What Cloudflare API am I supposed to use?
You have more faith in people than I do…
Project Manager
Did you request him to a add the ones you want?
Definitely noticeable!
Also, the amount of communication here is AWESOME! Thank you for keeping us updated.
Thank you! I’m hoping this solves a lot of the issues!
It seems that my Hot feed has been stuck for the last day or two.
I’ve been doing the same. I have all 4 but most of my time is spent on Memmy but Mlem is quickly catching up.
I blocked them this morning. Didn’t want to but it was overwhelming.
Everything about this is cool! It feels like an “internet” reboot.
I couldn’t get my container started with postgress running but I had an idea:
I started the upgrade process with Lemmy-Easy-Deploy,
canceled out of it before it removed the containers,
ran
sudo docker exec -i lemmy-easy-deploy-postgres-1 psql -U lemmy -c "alter user lemmy with password 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'"
with the password set in my
env
file,then restarted the upgrade process. It’s running again.