Read more

Error during Rails 5 upgrade: Environment data not found in the schema

Dominik Schöler
December 08, 2017Software engineer at makandra GmbH

This error is raised because your old database does not have a configured environment yet, which Rails 5 enforces.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

If this error occurs while migrating your parallel test databases, make sure to update the parallel_tests gem first: current versions fix this. If you're still using Cucumber < v3, the latest version of parallel_tests will be 2.18.0.

Posted by Dominik Schöler to makandra dev (2017-12-08 10:41)