github ddev/ddev v1.1.1
v1.1.1: Fix for Migration Issues in v1.1.0

latest releases: v1.23.0, v1.23.0-rc2, v1.23.0-rc1...
5 years ago

Installation/Upgrade

See the installation instructions for details, but it's easy:

  • macOS Homebrew: brew upgrade ddev
  • Linux or macOS via script:
    curl https://raw.githubusercontent.com/drud/ddev/master/install_ddev.sh | bash
  • Windows: Download the ddev_windows_installer here.

And anywhere, you can just download the tarball or zipball, un-tar or un-zip it, and place the executable in your path where it belongs.

To upgrade to this release from ddev versions <v1.1.0, please do the following with each project:

  1. Temporarily remove any docker-compose.*.yaml customizations you’ve made.
  2. Run ddev config in your project directory to update your .ddev/config.yaml
  3. After verifying correct operation, edit any docker-compose.*.yaml to change the first line to version: '3.6' and reintroduce it, then ddev start

Fixed in v1.1.1:

ddev will now ensure the required images for database migrations are pulled before attempting to migrate a database.

We look forward to hearing your experience and feedback!

Commits

18436c8 Make sure we have a db image before running it (#1058)

Don't miss a new ddev release

NewReleases is sending notifications on new releases.