Skip to content

Migration to fix Oban log param in database set to empty string "" instead of false

meowski requested to merge meowski/pleroma:fix/oban_2_log into develop

Migration to fix Oban log param in database set to empty string "" instead of false, causing Pleroma to immediately exit on startup.

Compatibility with Oban 20. Required log values are false or a log level string. (there was a previous migration to fix this)

Also some additions to .gitignore for people who (foolishly?) have pleroma's home set to /opt/pleroma (like me)

See issue #2827

ps this thing is getting hung up on the linting of mix format but I have no idea how to turn on verbose output to see what it's actual problem is. the formatting of the file looks fine to me and it works. thoughts?

Edited by meowski

Merge request reports