Skip to content

Commit

Permalink
Set UPGRADE=1 to initiate 2.10.5 db upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 5, 2024
1 parent 5b29596 commit 8641ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
echo "@@@@@@ UPGRADE CKAN DB @@@@@@"

UPGRADE=0
UPGRADE=1

if [ "$UPGRADE" -ne 1 ]; then
echo "Warning: UPGRADE not enabled. If you want db upgrade to run, set UPGRADE=1 in twdh_ckan_docker/docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh"
Expand Down

0 comments on commit 8641ddb

Please sign in to comment.