CLIP-1725: Update the Confluence DB from 6.0.1 to 7.11.6 to allow upgrades to Confluence 8.

This commit is contained in:
Steve Smith 2022-11-30 11:19:39 +11:00
parent f8a888f162
commit 5a37ab0299
5 changed files with 18601 additions and 13597 deletions

View File

@ -3,7 +3,7 @@
<confluence-configuration>
<setupStep>complete</setupStep>
<setupType>custom</setupType>
<buildNumber>7101</buildNumber>
<buildNumber>8701</buildNumber>
<properties>
<property name="admin.ui.allow.daily.backup.custom.location">false</property>
<property name="admin.ui.allow.manual.backup.download">false</property>

View File

@ -1,3 +1,3 @@
FROM postgres:10.16-alpine
COPY confluence-6.0.1.sql /docker-entrypoint-initdb.d/confluence.sql
COPY confluence-7.11.6.sql /docker-entrypoint-initdb.d/confluence.sql

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ REPOS = ['atlassian/confluence', 'atlassian/confluence-server']
images = {
'Confluence': {
11: {
'start_version': '7.4',
'start_version': '7.11',
'default_release': True,
'base_image': 'eclipse-temurin:11',
'tag_suffixes': ['jdk11','ubuntu-jdk11'],