Files
dokku/docs/appendices/0.27.0-migration-guide.md
2023-08-19 13:46:42 -04:00

479 B

0.27.0 Migration Guide

Changes

  • Renaming an application will now only rename domains that are associated with global domains. As an example:

    dokku domains:set-global dokku.me
    dokku apps:create node-js-app
    dokku domains:set node-js-app node-js-app.dokku.me node-js-app.dokku.com
    dokku apps:rename node-js-app other-name
    dokku domains:report node-js-app --domains-app-vhosts
    # output: other-name.dokku.me node-js-app.dokku.com