Skip to content

Instruct users to run 'git pull' as the pleroma user

Since Git 2.35.2, you now need to run pull operations as the same user as the one used during the initial clone, or else you'll get a fatal "unsafe repository" error. The installation docs use the pleroma user for 'git clone', so this PR changes the upgrade documentation to remind users to use the same user for git as well.

Merge request reports