One of my OACS installations seems to suffer from a somewhat brain-damaged database instance -- I probably modified one too many tables in there manually (and now have, among others, a problem creating subfolders in various circumstances). My plan now is to create a new database instance for this installation, which is still somewhat in development mode, but already has a number of live users.
To avoid having to re-register all of them, I would like to move (or copy?) them over to the new instance somehow. I have not yet looked at the data model code all that closely, so I'm hoping to get one of the following answers here:
- "That's completely impossible, stupidhead! Can't you see all the referential integrity violations that is going to cause?"
- "I'm not too sure what you're talking about, but good luck trying!"
- "Sure, I wrote a SQL dump script for that once. Here it is!"
Obviously, the list is ordered in ascending preference :)
Note that there is no user-contributed content on the site, and even if there was, I would be contented (ha!) with losing that and only keeping the users, passwords etc.
Thanks in advance for all hints.