Skip to main content


@tonyHmm... is Postgres running? Also are you using MIX_ENV=prod in front of your commands?
@Tony
yes, i am using MIX_ENV in front of the commands
sudo -Hu glitch bash -i -c MIX_ENV=prod mix pleroma.user new tony tony@example.com
--admin
@tonyYour command seems fine. Does `sudo -Hu glitch psql` work?

(I wonder if there's a problem with your user not being named `pleroma`)
@Tony
its working now! all good! oh, what do i have to enable for the translation feature to work?
alex, probably my folder permission is not good, because after upload i am getting all broken headers and avatars. i tried with chown root:glitch -R uploads and chown pleroma:glitch -R uploads

but nothing

@tonyTry journalctl -u pleroma --since "5 minutes ago" and tail /var/log/nginx/error.log
@Tony
** (File.Error) could not write to file "/opt/glitchbird/_build/prod/lib/tzdata/priv/latest_remote_poll.txt": permission denied
@tonyThat’s unrelated, but also a problem. You should probably use a user called pleroma and chown everything to pleroma:pleroma. You overcomplicated it by changing the username.
@Tony