Issue with Sharetribe Go Production Database

After encountering (and solving thankfully) a couple of errors, I came across the following error when running bundle exec rails server -e production:

`ActiveRecord::NoDatabaseError (Unknown database ‘sharetribe_production’):

app/utils/current_marketplace_resolver.rb:27:in block in sole_community_or' app/utils/current_marketplace_resolver.rb:26:in sole_community_or’
app/utils/current_marketplace_resolver.rb:6:in resolve_from_host' lib/rack_middleware/marketplace_lookup.rb:13:in call’
lib/rack_middleware/custom_cookie_renamer.rb:11:in call' lib/rack_middleware/enforce_ssl.rb:23:in call’
lib/rack_middleware/health_check.rb:12:in call'

Has anyone else encountered this error, and if so, have you been able to find a solution?

For reference, I was following this guide.