The option is also available from the immediate "Transfer now" dialog available from the content editing screen.
Persisted Transfer Queue
As part of these efforts, we have improved the transfer queue feature, abstracting and re-implementing it using a database table. With this in place, the user's selections of items for transfer will persist even when the site restarts.
If for any reason there was a need to revert to the previous implementation, which uses an application in-memory cache, a configuration setting is available
Aside from the new features for Content Transfers, we have also been focusing a large part of our efforts in this release on improving the performance of transfers. This is mainly to help at sites with a large amount of content, extensive use of complex editors such as Nested Content and Block List, and/or multiple languages.
With this release we've introduced performance improvements to all Deploy operations, in the form of an internal cache allowing us to ensure repeated data requests - for example when checking the existence of dependencies, or looking up user information - don't need to go to the database each time.
For smaller sites, or sites not using the particular combinations of complex content Property Editors and multiple languages, there may be no noticeable difference. But we expect significant improvements to be apparent for customers making heavy use of these features.
Additional changes since the release candidates
We have addressed a couple of issues reported in release candidate phase. Thanks to everyone who has helped in testing out the release.
- Fixed issue with scheduled publish date being time-shifted on deployments when source and target servers are running in different timezones.
- Fixed issue with transfer for members of a given type (version 10 only) #139
- Fixed issue with transfer of nested content string values using item templates (i.e. commencing with "{{") that were erroneously considered as JSON (in Deploy Contrib)
All features, improvements, and fixes can be found in the release notes.