summaryrefslogtreecommitdiff
path: root/jupyterhub/jupyterhub.install
blob: 36ae57a8db624be89ba9ee251cff5f9a172aadb4 (plain)
1
2
3
4
5
6
7
post_upgrade() {
  if [ "$(vercmp "$1" "0.7")" == "1" ] && [ "$(vercmp "$2" "0.7")" == "-1" ]
  then
    echo "Database format has changed."
    echo "Call \"jupyterhub upgrade-db\" in all directories you're running jupyterhub to upgrade its database."
  fi
}