No results found in Judith's Dev Notes.

Best results in other decks

...latter is invoked, which performs the actual migrations. Knowing this, it is easy to dump the db only if migrations will run. First, enable conditional migrations: # config/deploy.rb set :conditionally_migrate...

...migrating runs them before 'deploy:migrating', 'db:dump' Background In case you haven't employed dump-creation on deploy before, you can do it like this: Install geordi on your...

It sometimes happen that a database dump, that would want to insert into your development database, does not match the current schema of the database. This often happens when you...

...have an old dump, but your current setup is up to date with the the master. Hint: In most cases it is sufficient to delete and recreate the local database...

Search in all decks