The odd part is that it was running fine until the upgrade.
- 1 Post
- 10 Comments
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…
MarsAgainstVenus@lemmy.worldto
Technology@lemmy.world•Mastodon Usage Soaring as Twitter Rebranding Leads to User Exodus: CEO Eugen RochkoEnglish
5·3 years agoGood point. I did follow a few accounts I already follow on Mastodon. But then I thought “I have a Mastodon account already… Why am I doing this?”
And the Emojis instead of starring a post was throwing me off.
edit: I see there is a star online now. Maybe it was just the Kimis app that was weird.
MarsAgainstVenus@lemmy.worldto
Technology@lemmy.world•Mastodon Usage Soaring as Twitter Rebranding Leads to User Exodus: CEO Eugen RochkoEnglish
8·3 years agoIs Firefish the same thing as Calckey?
I created a Calckey account a couple of weeks ago but it was basically a weird Mastodon with even fewer people from what I could tell.
MarsAgainstVenus@lemmy.worldto
News@lemmy.world•Stars leave Oppenheimer premiere as Hollywood actors' strike called
1·3 years agoWhat’s wrong with it? (I’ve never seen it)
I’m think I’m seeing a trend…
MarsAgainstVenus@lemmy.worldto
Asklemmy@lemmy.ml•I'm obviously old. what is this "rule" trend I'm seeing everywhere on Lemmy?
4·3 years agoI blocked them this morning. Didn’t want to but it was overwhelming.
I’ve been testing both and I definitely prefer Memmy overall. Mlem has better image display options and has search. Memmy doesn’t display images unless you tap on the post. Search should be released in the next day or two, though.
Artemis being an Apollo clone had me very excited, though.
Edit: new app just released on TestFlight showing real promise: Limbo
MarsAgainstVenus@lemmy.worldto
You Should Know@lemmy.world•YSK that you can edit titles on Lemmy, unlike Reddit.
1·3 years agoI’m on lemmy.world and I can see the time and date your comment was posted and same for edited.



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
envfile,then restarted the upgrade process. It’s running again.