Hi @astrava,
I suspect your DB deployment did not complete successfully.
Also, I am a bit confused by the thread’s subject. Are you upgrading the DB from CE 6 or deploying a fresh one as you’ve previously indicated? Upgrading from 6 is a pretty complex [or perhaps complicated would be a better word] process which is detailed here:
Assuming this is a new deployment and NOT an upgrade from 6, I recommend you drop the existing DB with:
# /opt/kaltura/bin/kaltura-drop-db.sh
and then redeploy it by calling:
# /opt/kaltura/bin/kaltura-db-config.sh <mysql-hostname> <mysql-super-user> <mysql-super-user-passwd> <mysql-port>
# /opt/kaltura/bin/kaltura-dwh-config.sh
If something fails during the execution of either of these scripts, please post the exact output as well as the relevant log entries from the log files I specified before.