Skip to content

Commit 8641ddb

Browse files
committed
Set UPGRADE=1 to initiate 2.10.5 db upgrade
1 parent 5b29596 commit 8641ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ckan/entrypoint.d/01_ckan_db_upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
echo "@@@@@@ UPGRADE CKAN DB @@@@@@"
33

4-
UPGRADE=0
4+
UPGRADE=1
55

66
if [ "$UPGRADE" -ne 1 ]; then
77
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"

0 commit comments

Comments
 (0)