I ran this command in the after_bundle_exec
hook to make it work.
after_bundle_exec:
- exec:
cd: $home
cmd:
- chown -R discourse:www-data /var/www/discourse/tmp
I’m sure that shouldn’t be required. What could have gone wrong with the update in first place?