d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_update_settings.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

58 lines
1.2 KiB
YAML

uuid: 6ffdd403-5362-44df-bcfa-8889b423d7a8
langcode: en
status: true
dependencies: { }
id: upgrade_update_settings
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 6'
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Update configuration'
source:
plugin: update_settings
variables:
- update_max_fetch_attempts
- update_fetch_url
- update_notification_threshold
- update_notify_emails
- update_check_frequency
source_module: update
process:
fetch/max_attempts:
-
plugin: get
source: update_max_fetch_attempts
fetch/url:
-
plugin: get
source: update_fetch_url
notification/threshold:
-
plugin: get
source: update_notification_threshold
notification/emails:
-
plugin: get
source: update_notify_emails
check/interval_days:
-
plugin: get
source: update_check_frequency
check/disabled_extensions:
-
plugin: default_value
default_value: false
fetch/timeout:
-
plugin: default_value
default_value: 30
destination:
plugin: config
config_name: update.settings
migration_dependencies:
required: { }
optional: { }