@Gargron Hi, in the new release notes for non-Docker there's
"SKIP_POST_DEPLOYMENT_MIGRATIONS=true RAILS_ENV=production bundle exec rails db:migrate"
But shouldn't that be:
"RAILS_ENV=production SKIP_POST_DEPLOYMENT_MIGRATIONS=true bundle exec rails db:migrate"?
@stux Why? The order doesn't matter...