otb-cloud secure encrypted backups
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
526 B

cd /opt/otb_cloud || exit 1
echo "===== version ====="
cat VERSION
echo
echo "===== new tables present in schema ====="
grep -n "CREATE TABLE IF NOT EXISTS video_jobs" -A25 app/models/schema.sql
echo
grep -n "CREATE TABLE IF NOT EXISTS tenant_usage_metrics" -A20 app/models/schema.sql
echo
echo "===== new services ====="
find app/services -maxdepth 1 -type f | sort
echo
echo "===== updated device dirs helper ====="
grep -n 'for subdir in \[' -A2 app/auth/utils.py
echo
echo "===== git status ====="
git status --short