mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
This better reflects what the trigger does, and allows us to use the pre-restore trigger at the beginning of the ps:restore command.
1.4 KiB
1.4 KiB
0.29.0 Migration Guide
Changes
- The output of
run:detachednow uses the container name - eg.node-js-app.run.1- vs the container id. - The ID of
crontasks is now base36-encoded instead of base64-encoded. - The
nginx.conf.sigilis now extracted when source code is extracted for a build and not from the built image. Users can specify alternative paths via thenginx-conf-sigil-pathproperty of thenginxplugin. See the nginx documentation for more information on how to configure thenginx.conf.sigilpath for your application. - The existing
pre-restorehook has been renamed toscheduler-pre-restore. There is a newpre-restorehook that is triggered within theps:restorecommand prior to restoring any apps.
Removals
- The
DOKKU_WAIT_TO_RETIREenvironment variable has been migrated to achecksproperty namedwait-to-retireand will be ignored if set as an environment variable. - The
Procfileis now extracted when source code is extracted for a build and not from the built image. Users can specify alternative paths via theprocfile-pathproperty of thepsplugin. See the process management documentation for more information on how to configure theProcfilepath for your application.