mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-803: Ignore COMMENT ON EXTENSION errors when restoring to RDS
This commit is contained in:
@@ -97,6 +97,10 @@
|
||||
# Depends on fetch_backup roles
|
||||
state: restore
|
||||
target: "{{ atl_backup_db_dest }}"
|
||||
register: result
|
||||
failed_when:
|
||||
- result.rc != 0
|
||||
- "COMMENT ON EXTENSION" not in result.msg
|
||||
when: db_created.changed and atl_backup_db_dest is defined
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user