diff --git a/engine/configs/config.example.logical_generic.yml b/engine/configs/config.example.logical_generic.yml index 6e23fb09..a5bcc160 100644 --- a/engine/configs/config.example.logical_generic.yml +++ b/engine/configs/config.example.logical_generic.yml @@ -262,7 +262,7 @@ retrieval: # Option to adjust PostgreSQL configuration for a logical restore job # It's useful if a restored database contains non-standard extensions. - # <<: *db_configs + <<: *db_configs # Option for specifying the database list that must be restored. # By default, DLE restores all available databases. diff --git a/engine/configs/config.example.logical_rds_iam.yml b/engine/configs/config.example.logical_rds_iam.yml index 33e3223e..02d5655e 100644 --- a/engine/configs/config.example.logical_rds_iam.yml +++ b/engine/configs/config.example.logical_rds_iam.yml @@ -270,7 +270,7 @@ retrieval: # Option to adjust PostgreSQL configuration for a logical restore job # It's useful if a restored database contains non-standard extensions. - # <<: *db_configs + <<: *db_configs # Option for specifying the database list that must be restored. # By default, DLE restores all available databases.