#!/bin/bash

set -eEuo pipefail

echo "Running DB update..."
ngcp-update-db-schema --ngcp-upgrade --db-connect-method=config
