Skip to content

Commit

Permalink
Support #352
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Mar 27, 2024
1 parent 4ae54cb commit add9110
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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.11.0
6.12.0
8 changes: 4 additions & 4 deletions support/cbiit-deploy-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ docker compose --project-name edrn stop search &&\
sleep 60 &&\
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 django-admin edrn_biomarker_submission" || exit 1
# echo ""
# echo "🆙 Applying upgrades"
# ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
# docker compose --project-name edrn exec portal django-admin edrn_biomarker_submission" || exit 1

echo ""
echo "🤷‍♀️ Final portal restart and restart of search engine"
Expand Down
8 changes: 4 additions & 4 deletions support/cbiit-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ docker compose --project-name edrn stop search &&\
sleep 60 &&\
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 django-admin edrn_biomarker_submission" || exit 1
# echo ""
# echo "🆙 Applying upgrades"
# ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
# docker compose --project-name edrn exec portal django-admin edrn_biomarker_submission" || exit 1

echo ""
echo "🤷‍♀️ Final portal restart and restart of search engine"
Expand Down
3 changes: 2 additions & 1 deletion support/devrebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ bzip2 --decompress --stdout edrn.sql.bz2 | psql --dbname=edrn --echo-errors --qu
# Add additional upgrade steps here:
#
# Currently for 6.11 there is just this
./manage.sh edrn_biomarker_submission
# ./manage.sh edrn_biomarker_submission
# For 6.12 there's nothing yet

# This may be optional if you want to save time:
./manage.sh rdfingest
Expand Down

0 comments on commit add9110

Please sign in to comment.