Skip to content

Commit

Permalink
Merge branch 'logical-restore-config' into 'master'
Browse files Browse the repository at this point in the history
fix: adjust PostgreSQL configuration for a logical restore

See merge request postgres-ai/database-lab!518
  • Loading branch information
agneum committed May 23, 2022
2 parents 9b79aad + 4af5204 commit e5fc617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/configs/config.example.logical_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion engine/configs/config.example.logical_rds_iam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e5fc617

Please sign in to comment.