Denis,
I have reviewed my xwiki.cfg file and revised it according to what you
requested (
http://pastebin.com/ACFyDT87 Xwiki Cfg )
Unfortunately, I still get the same error.
Is there a way to enable additional logging to try and determine where it is
failiing on the migration? If I need to manually adjust some things on the
database side I'm fine with that.
As it stands, right now I'm also attempting to reverse-engineer the database
schema changes between 3.5 and 4.1.3. Initially it looks like it's
converting Primary Keys on 20 tables to use NUMERIC(19,0) instead of INT.
Are there any other schema changes besides that I should also be aware of?
Denis Gervalle-2 wrote
Hi,
I have written most of the migration manager stuffs and the major
migration
of 4.x, and from what I see, your configuration currently prevent any
migrations to be executed. You should carefully investigate your xwiki.cfg
file for migration configuration.
From what you copy paste, I see twice the
"xwiki.store.migration.databases"
parameters, I suggest you remove both, the default being "all" now. Also
check there is no "xwiki.store.hibernate.updateschema", the default is
good. Also check that you do not have any "xwiki.store.migration=0".
Finally, "xwiki.store.main.hint" should not be defined or be
"hibernate",
and the same is true for "xwiki.store.versioning.hint",
"xwiki.store.recyclebin.hint" and
"xwiki.store.migration.manager.hint". If
you do not find the issue, please send me your xwiki.cfg, and I will have
a
look at it.
Finally, I should bring your attention to the fact that MSSQL is not
officially supported and that the migration has never been tested on that
DBMS. However, we have done our best so it is as database agnostic as
possible. It may simply work or not. Do not hesitate to share your
experience, I will do my best to help, but I cannot promise success.
Regards,
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Problem-Migrating-Database-from-XWiki-Ent…
Sent from the XWiki- Users mailing list archive at
Nabble.com.