Skip to content

Commit

Permalink
Updated for 4.8 REL 31
Browse files Browse the repository at this point in the history
  • Loading branch information
FarrantAlex committed Jan 2, 2023
1 parent 8403c5d commit d52a306
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The size blew up after 4.6 due to 900GB of DTED which was added to webtak.
| takserver-docker-4.7-RELEASE-4.zip | 759385093 | 5b011b74dd5f598fa21ce8d737e8b3e6 | b688359659a05204202c21458132a64ec1ba0184 |
| takserver-docker-4.7-RELEASE-18.zip | 759410768 | 44b6fa8d7795b56feda08ea7ab793a3e | cd56406d3539030ab9b9b3fbae08b56b352b9b53 |
| takserver-docker-4.7-RELEASE-20.zip | 759389907 | 1cb0208c62d4551f1c3185d00a5fd8bf | f427ae3e860fddb8907047f157ada5764334c48d |
| takserver-docker-4.8-RELEASE-31.zip | 772606000 | c07f01d74960287bfc7dc08ecd6cbc3a | 387ea4f593763d3adcfda5128a89dda4fd82e937 |


## Requirements
Expand Down
8 changes: 5 additions & 3 deletions scripts/configureInDocker1.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/bin/bash

# Added for 4.7 REL 18 where they broke DB auth
#sed -i 's/127.0.0.1\/32/0.0.0.0\/0/g' /opt/tak/db-utils/pg_hba.conf
# Removed inline options because these belong in postgres.conf
# Added for 4.7 REL 18 where they broke DB auth with TCP/IP hardening
# Commented out when they relaxed it in REL 4.7 20 because folks docker systems stopped working..
# Re-added for 4.8 REL 31 because they got hard again. I can do this all day.
sed -i 's/127.0.0.1\/32/0.0.0.0\/0/g' /opt/tak/db-utils/pg_hba.conf

# Removed inline options because these belong in postgres.conf
if [ -f "/var/lib/postgresql/data/postgresql.conf" ];
then
echo "-------DB Exists-------"
Expand Down
3 changes: 2 additions & 1 deletion tak-md5checksum.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dc63cb315f950025707dbccf05bdf183 takserver-docker-4.6-RELEASE-26.zip
5b011b74dd5f598fa21ce8d737e8b3e6 takserver-docker-4.7-RELEASE-4.zip
44b6fa8d7795b56feda08ea7ab793a3e takserver-docker-4.7-RELEASE-18.zip
1cb0208c62d4551f1c3185d00a5fd8bf takserver-docker-4.7-RELEASE-20.zip
1cb0208c62d4551f1c3185d00a5fd8bf takserver-docker-4.7-RELEASE-20.zip
c07f01d74960287bfc7dc08ecd6cbc3a takserver-docker-4.8-RELEASE-31.zip
1 change: 1 addition & 0 deletions tak-sha1checksum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
b688359659a05204202c21458132a64ec1ba0184 takserver-docker-4.7-RELEASE-4.zip
cd56406d3539030ab9b9b3fbae08b56b352b9b53 takserver-docker-4.7-RELEASE-18.zip
f427ae3e860fddb8907047f157ada5764334c48d takserver-docker-4.7-RELEASE-20.zip
387ea4f593763d3adcfda5128a89dda4fd82e937 takserver-docker-4.8-RELEASE-31.zip

0 comments on commit d52a306

Please sign in to comment.