You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 10/umbraco-deploy/getting-started/deploy-settings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ In a similar way, Deploy can be configured to allow for backoffice transfers of
191
191
192
192
Please see the note above under _TransferFormsAsContent_ on the topic of removing any existing serialized files having changed this value to `true`.
193
193
194
-
###IgnoreMissingLanguagesForDictionaryItems
194
+
## IgnoreMissingLanguagesForDictionaryItems
195
195
196
196
When deploying dictionary items, an exception will be thrown if a translation is provided for a language that doesn't exist in the target environment.
197
197
@@ -201,7 +201,7 @@ If you have deleted languages that have already existing translations, you may w
201
201
202
202
When this is in place a translation for a language that doesn't exist in the target environment will be ignored. A warning message will be output to the log.
203
203
204
-
###SetEmptyDictionaryItemsOnTransfer
204
+
## SetEmptyDictionaryItemsOnTransfer
205
205
206
206
When deploying dictionary items, Umbraco Deploy follows the approach used for all content, emptying values that are transferred and set.
207
207
@@ -267,7 +267,7 @@ Some customers have reported intermittent issues related to Umbraco's memory cac
267
267
268
268
By upgrading to the most recent available version of the CMS major you are running, you'll be able to benefit from the latest bug fixes and optimizations in this area. That should be your first option if encountering cache related issues. Failing that, or if a CMS upgrade is not an option, then this workaround can be considered.
269
269
270
-
###Deployment of culture & hostnames settings {#deployment-of-culture--hostnames-settings}
270
+
## Deployment of culture & hostnames settings {#deployment-of-culture--hostnames-settings}
271
271
272
272
Culture and hostname settings, defined per content item for culture invariant content, are not deployed between environments by default. They can be opted into via configuration.
Copy file name to clipboardExpand all lines: 10/umbraco-deploy/release-notes.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ If you are upgrading to a new major version you can find the details about the b
18
18
19
19
This section contains the release notes for Umbraco Deploy 4 and 10 including all changes for these versions. For each major version, you can find the details about each release.
* Add `[DisableRequestSizeLimit]` attribute to `UploadForImport` endpoint to remove application request size limit (server/infrastructure restrictions may still apply)
24
+
* Fixed issue where content was not saved when transferring variant content with a release date
25
+
* Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)
26
+
* Update documentation links in management dashboard to include major version in the URL
Copy file name to clipboardExpand all lines: 14/umbraco-deploy/getting-started/deploy-settings.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ For illustration purposes, the following structure represents the full set of op
49
49
"SourceDeployBatchSize": null,
50
50
"PackageBatchSize": null,
51
51
"MaxRequestLength": null,
52
-
53
52
"IgnoreBrokenDependenciesBehavior": "Restore",
54
53
"AcceptInvalidCertificates": false,
55
54
"TransferFormsAsContent": true,
@@ -302,7 +301,7 @@ To enable this, set the configuration value as appropriate for the types of doma
302
301
303
302
Combinations of settings can be applied, e.g. `Hostname,AbsolutePath`.
304
303
305
-
## Deployment of public access settings {#deployment-of-public-access-settings}
304
+
###Deployment of public access settings {#deployment-of-public-access-settings}
306
305
307
306
When deploying content items, public access rules based on member groups are transferred. You can amend this behavior using this setting.
308
307
@@ -330,7 +329,7 @@ If you would like you include them you can adjust this setting:
330
329
*`None` - webhooks are not deployed and are expected to be managed independently in each environment
331
330
*`All` - webhooks included in schema deployments
332
331
333
-
## Deployment of trashed content {#deployment-of-trashed-content}
332
+
###Deployment of trashed content {#deployment-of-trashed-content}
334
333
335
334
Specifies options for handling trashed content (documents, media and members) on export or import:
336
335
@@ -389,7 +388,7 @@ In production this setting shouldn't be changed from it's default value of `fals
389
388
390
389
If attempting a one-off, large transfer operation, before a site is live, you could set this value to `true`. That would omit the firing and handling of these notifications and remove their performance overhead. Following which you would need to ensure to rebuild the cache and search index manually via the backoffice _Settings_ dashboards.
Copy file name to clipboardExpand all lines: 15/umbraco-deploy/getting-started/deploy-settings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@ To enable this, set the configuration value as appropriate for the types of doma
301
301
302
302
Combinations of settings can be applied, e.g. `Hostname,AbsolutePath`.
303
303
304
-
## Deployment of public access settings {#deployment-of-public-access-settings}
304
+
###Deployment of public access settings {#deployment-of-public-access-settings}
305
305
306
306
When deploying content items, public access rules based on member groups are transferred. You can amend this behavior using this setting.
307
307
@@ -329,7 +329,7 @@ If you would like you include them you can adjust this setting:
329
329
*`None` - webhooks are not deployed and are expected to be managed independently in each environment
330
330
*`All` - webhooks included in schema deployments
331
331
332
-
## Deployment of trashed content {#deployment-of-trashed-content}
332
+
###Deployment of trashed content {#deployment-of-trashed-content}
333
333
334
334
Specifies options for handling trashed content (documents, media and members) on export or import:
335
335
@@ -388,7 +388,7 @@ In production this setting shouldn't be changed from it's default value of `fals
388
388
389
389
If attempting a one-off, large transfer operation, before a site is live, you could set this value to `true`. That would omit the firing and handling of these notifications and remove their performance overhead. Following which you would need to ensure to rebuild the cache and search index manually via the backoffice _Settings_ dashboards.
0 commit comments