@rsutton wrote:
Running the kaltura db on AWS RDS requires changes to sql scripts because RDS does not allow the SUPER USER to execute ‘SET GLOBAL’ commands. Not making this change prevents the database tables being created.
grep -rl ‘SET GLOBAL’ /opt/kaltura/app/deployment/base/sql/ | xargs sed -i ‘s/^SET GLOBAL.*//g’
Posts: 3
Participants: 2