‼️ New Pixelfed release!
v0.12.8 is out with a few security fixes, please update ASAP!
Discussion
‼️ New Pixelfed release!
v0.12.8 is out with a few security fixes, please update ASAP!
@pixelfed For those who are getting failures during migration, this happens because a file system permission change that only a sudoer can do has been added as a database migration, and your user running pixelfed hopefully won't have sudo rights.
Delete the 2 files:
rm database/migrations/2026_02_20_144107_fix_passport_key_permissions.php
rm database/migrations/2026_03_15_032554_fix_passport_keys.php
Then set the permissions for oauth-public.key = 0660 and oauth-private.key = 0600 manually