Skip to content

Commit

Permalink
Support #391
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Jan 27, 2025
1 parent 92203f3 commit 9eba45e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/edrnsite.policy/src/edrnsite/policy/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.17.0
6.18.0
4 changes: 1 addition & 3 deletions support/cbiit-deploy-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ docker compose --project-name edrn start portal" || exit 1
echo ""
echo "🆙 Applying upgrades"
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch &&\
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_data_disclaimer &&\
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_new_explorers" || exit 1
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch" || exit 1

echo ""
echo "🤷‍♀️ Final portal restart and restart of search engine"
Expand Down
4 changes: 1 addition & 3 deletions support/cbiit-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ docker compose --project-name edrn start portal" || exit 1
echo ""
echo "🆙 Applying upgrades"
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch &&\
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_data_disclaimer &&\
docker compose --project-name edrn exec portal /usr/bin/django-admin edrn_new_explorers" || exit 1
docker compose --project-name edrn exec portal /usr/bin/django-admin copy_daily_hits_from_wagtailsearch" || exit 1


echo ""
Expand Down
4 changes: 2 additions & 2 deletions support/devrebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ bzip2 --decompress --stdout edrn.sql.bz2 | psql --dbname=edrn --echo-errors --qu
./manage.sh migrate
./manage.sh copy_daily_hits_from_wagtailsearch # Wagtail 5
./manage.sh collectstatic --no-input --clear --link
./manage.sh edrn_data_disclaimer
./manage.sh edrn_new_explorers
./manage.sh edrndevreset

# Add additional upgrade steps here:
#
# Currently for 6.11 there is just this
# ./manage.sh edrn_biomarker_submission
# ./manage.sh edrn_data_disclaimer
# ./manage.sh edrn_new_explorers
# For 6.13 there's nothing yet

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

0 comments on commit 9eba45e

Please sign in to comment.