mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-803: Add explaining comment
This commit is contained in:
@@ -98,6 +98,7 @@
|
|||||||
state: restore
|
state: restore
|
||||||
target: "{{ atl_backup_db_dest }}"
|
target: "{{ atl_backup_db_dest }}"
|
||||||
register: result
|
register: result
|
||||||
|
# managed DBs in cloud providers are not allowing full root access to the DB engine, we can safely ignore the COMMENT ON EXTENSION error
|
||||||
failed_when:
|
failed_when:
|
||||||
- result.rc != 0
|
- result.rc != 0
|
||||||
- '"COMMENT ON EXTENSION" not in result.msg'
|
- '"COMMENT ON EXTENSION" not in result.msg'
|
||||||
|
|||||||
Reference in New Issue
Block a user