You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customers upgrading from a version prior to 2018.12.0 will experience a longer than usual upgrade time due to a data migration needed to support new features in
12
12
subsequent releases. Upgrade times will depend on the size of the Black Duck database. If you would like to monitor the process of the upgrade, please contact
13
-
Synopsys Customer Support for instructions.
14
-
15
-
Customers upgrading from a version prior to 4.2 should contact Synopsys Technical Support for assistance.
13
+
Black Duck Customer Support for instructions.
16
14
17
15
Customers upgrading from a version prior to 2022.2.0 will have their PostgreSQL data volume automatically migrated from PostgreSQL 9.6.x to PostgreSQL 11.x.
Copy file name to clipboardExpand all lines: docker-swarm/README.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# Running Black Duck by Synopsys in Docker (Using Docker Swarm)
1
+
# Running Black Duck in Docker (Using Docker Swarm)
2
2
3
3
This is the bundle for running with Docker Swarm.
4
4
5
5
## Important Upgrade Announcement
6
-
7
-
Customers upgrading from a version prior to 2018.12.0 will experience a longer than usual upgrade time due to a data migration needed to support new features in this release. Upgrade times will depend on the size of the Black Duck database. If you would like to monitor the process of the upgrade, please contact Synopsys Customer Support for instructions.
8
-
9
-
Customers upgrading from a version prior to 4.2, should contact Synopsys Technical Support for assistance.
6
+
7
+
Customers upgrading from a version prior to 2018.12.0 will experience a longer than usual upgrade time due to a data migration needed to support new features in
8
+
this release. Upgrade times will depend on the size of the Black Duck database. If you would like to monitor the process of the upgrade, please contact Black
9
+
Duck Customer Support for instructions.
10
10
11
11
## Requirements
12
12
@@ -27,7 +27,10 @@ The performance of PostgreSQL might degrade if a network volume is used. This ha
27
27
28
28
----
29
29
30
-
Black Duck 2022.2.0 transitions the provided database container from PostgreSQL 9.6.x to PostgreSQL 11.x. If upgrading from Black Duck 4.2 through Black Duck 2021.10.x to Black Duck 2022.2.0 or later, the data migration is performed automatically when Black Duck 2022.2.0 (or later) is started. If upgrading from Black Duck versions older than 4.2, please contact Synopsys Technical Support before proceeding. In either case, Synopsys _strongly_ recommends backing up the database before upgrading.
30
+
Black Duck 2022.2.0 transitions the provided database container from PostgreSQL 9.6.x to PostgreSQL 11.x. If upgrading from Black Duck 4.2 through Black Duck
31
+
2021.10.x to Black Duck 2022.2.0 or later, the data migration is performed automatically when Black Duck 2022.2.0 (or later) is started. If upgrading from Black
32
+
Duck versions older than 4.2, please contact Black Duck Technical Support before proceeding. In either case, Black Duck _strongly_ recommends backing up the
local overcommit=$(sysctl vm.overcommit_memory | awk -F' = ''{print $2}')
1790
+
if [[ "$overcommit"-ne 1 ]];then
1791
+
readonly SYSCTL_OVERCOMMIT_STATUS="$FAIL: vm.overcommit_memory = ${overcommit}. Redis may fail under low memory conditions. See https://redis.io/docs/latest/develop/get-started/faq/#background-saving-fails-with-a-fork-error-on-linux"
0 commit comments