Skip to content

Commit 1b99ed1

Browse files
authored
Confluence update 7.4.11> 7.4.13 (#724)
* Confluence/update 7.4.13 * fix
1 parent ba108ed commit 1b99ed1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1111
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.13`, `4.20.1`
1212

1313
* Supported Confluence versions:
14-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.0`, `7.4.11`
14+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.0`, `7.4.13`
1515

1616
* Supported Bitbucket Server versions:
1717
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.10`, `7.17.1`

app/util/confluence/populate_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CONFLUENCE_DB_PASS="Password1!"
2020
SELECT_CONFLUENCE_SETTING_SQL="select BANDANAVALUE from BANDANA where BANDANACONTEXT = '_GLOBAL' and BANDANAKEY = 'atlassian.confluence.settings';"
2121

2222
# Confluence version variables
23-
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.11 7.13.0)
23+
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.13 7.13.0)
2424

2525
if [[ ! $(systemctl status confluence) ]]; then
2626
echo "The Confluence service was not found on this host." \

app/util/confluence/upload_attachments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
################### Variables section ###################
55
# Confluence version variables
66
CONFLUENCE_VERSION_FILE="/media/atl/confluence/shared-home/confluence.version"
7-
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.11 7.13.0)
7+
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.13 7.13.0)
88
CONFLUENCE_VERSION=$(sudo su confluence -c "cat ${CONFLUENCE_VERSION_FILE}")
99
if [[ -z "$CONFLUENCE_VERSION" ]]; then
1010
echo The $CONFLUENCE_VERSION_FILE file does not exists or emtpy. Please check if CONFLUENCE_VERSION_FILE variable \

docs/dc-apps-performance-toolkit-user-guide-confluence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ All important parameters are listed and described in this section. For all other
6666
| Parameter | Recommended value |
6767
| --------- | ----------------- |
6868
| Collaborative editing mode | synchrony-local |
69-
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.0` and `7.4.11` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
69+
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.0` and `7.4.13` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7070

7171

7272
**Cluster nodes**
@@ -380,7 +380,7 @@ All important parameters are listed and described in this section. For all other
380380
| Parameter | Recommended value |
381381
| --------- | ----------------- |
382382
| Collaborative editing mode | synchrony-local |
383-
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.0` and `7.4.11` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
383+
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.13.0` and `7.4.13` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
384384

385385
**Cluster nodes**
386386

0 commit comments

Comments
 (0)