Skip to content

Commit 9eba45e

Browse files
committed
Support #391
1 parent 92203f3 commit 9eba45e

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.17.0
1+
6.18.0

support/cbiit-deploy-prod.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,7 @@ docker compose --project-name edrn start portal" || exit 1
145145
echo ""
146146
echo "🆙 Applying upgrades"
147147
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
148-
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch &&\
149-
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_data_disclaimer &&\
150-
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_new_explorers" || exit 1
148+
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch" || exit 1
151149

152150
echo ""
153151
echo "🤷‍♀️ Final portal restart and restart of search engine"

support/cbiit-deploy.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ docker compose --project-name edrn start portal" || exit 1
150150
echo ""
151151
echo "🆙 Applying upgrades"
152152
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
153-
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch &&\
154-
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_data_disclaimer &&\
155-
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_new_explorers" || exit 1
153+
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch" || exit 1
156154

157155

158156
echo ""

support/devrebuild.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ bzip2 --decompress --stdout edrn.sql.bz2 | psql --dbname=edrn --echo-errors --qu
5656
./manage.sh migrate
5757
./manage.sh copy_daily_hits_from_wagtailsearch # Wagtail 5
5858
./manage.sh collectstatic --no-input --clear --link
59-
./manage.sh edrn_data_disclaimer
60-
./manage.sh edrn_new_explorers
6159
./manage.sh edrndevreset
6260

6361
# Add additional upgrade steps here:
6462
#
6563
# Currently for 6.11 there is just this
6664
# ./manage.sh edrn_biomarker_submission
65+
# ./manage.sh edrn_data_disclaimer
66+
# ./manage.sh edrn_new_explorers
6767
# For 6.13 there's nothing yet
6868

6969
# This may be optional if you want to save time:

0 commit comments

Comments
 (0)