From 7ea6cee22b63a138a08f62f48e185d7fa77d3e49 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 3 Jun 2019 16:56:54 +1000 Subject: [PATCH] DCD-352: Set DB collation and encoding to UTF-8 for Confluence. --- aws_confluence_dc_node.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws_confluence_dc_node.yml b/aws_confluence_dc_node.yml index 0bdf71d..3fa31a0 100644 --- a/aws_confluence_dc_node.yml +++ b/aws_confluence_dc_node.yml @@ -8,6 +8,9 @@ atl_product_user: "confluence" atl_product_edition: "confluence" + atl_jdbc_encoding: 'UTF-8' + atl_jdbc_collation: 'UTF-8' + roles: - role: linux_common - role: aws_common