Yes, the DB is intact it appears to have populated with no issue, but when I ran dwh I got errors.
/opt/kaltura/bin/kaltura-run-dwh.sh
The error I first saw said a permission was wrong for the cron.log. I change the permission to allow access to the logs.
bash: /opt/kaltura/log/cron.log: Permission denied
I then ran the following command to resolve the permission error.
# chown kaltura:apache /opt/kaltura/log/*.log
However, I got the following error after resolving the log permission issue. This is likely related to the failure/error I got during the re-configuration.
ERROR 1146 (42S02) at line 1: Table 'kalturadw.dwh_entry_plays_views' doesn't exist
I do not know the structure of the missing table so I am not able to manually create it.
Also, is there a way to re-calculate the data from the videos and files already uploaded?