Skip to content

Commit 39e9d6e

Browse files
authored
Add confluence 7.4.11 support (#677)
1 parent 8f86275 commit 39e9d6e

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +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.10`, `4.5.18`
1212

1313
* Supported Confluence versions:
14-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.4.9`
15-
* Confluence Platform release: `7.0.5`
14+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.4.11`
1615

1716
* Supported Bitbucket Server versions:
1817
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.9`, `6.10.13`

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.0.5 7.4.9)
23+
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.11)
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.0.5 7.4.9)
7+
SUPPORTED_CONFLUENCE_VERSIONS=(7.4.11)
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.4.9` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) and `7.0.5` Platform Release |
69+
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.4.11` ([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.4.9` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) and `7.0.5` Platform Release |
383+
| Confluence Version | The Data Center App Performance Toolkit officially supports `7.4.11` ([Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
384384

385385
**Cluster nodes**
386386

0 commit comments

Comments
 (0)