Needs work
Project:
Kaltura
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 15:06 UTC
Updated:
15 May 2012 at 21:18 UTC
I am trying to switch over to a CE instance for a test run. I now have Kaltura CE running on a self-hosted server and changed the reference to the kaltura server in the client config file. Also deleted all of my content that was hosted on the kaltura server.
Now I want to change my partner ID to my new partner id hosted on my ce instance.
Can't seem to find anyway to change it.
Uninstalling and reinstalling is a bad scenario for me because I have all kinds of setup done with custom fields and formatters that would need to be rebuilt.
Changing the current partner id and server name is much preferable.
Is this a bug, feature or operator error?
Comments
Comment #1
xurizaemonIt may be a bug in 7.x-2.x, but I believe that work in #1026426: Installation issues: FAPI rewrite of installer resolved this for the 6.x-2.x branch.
You should be able to get the module to run you back through the installer by removing some kaltura_% registration rows from your
{variables}table. You'll need to re-link your content, but that should preserve your content type setups.An alternative approach would be to export your custom fields/formatters, content types etc (eg via Features) - once those are stored in code rather than DB, you'll find them much easier to manage.