Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-19 Thread Jeremie BOUSQUET
Hi Dmitry, Well, I'm almost sure I did, but I don't remember precisely... Would you recommend to reinstall page XWiki.Admin from 4.5.2, or to put back the one from 3.5 ? Le 19 mars 2013 16:52, "Dmitry Bakbardin" a écrit : > Hi, Jeremie! > > Did you merge/replace old Admin page with a new one?

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-19 Thread Dmitry Bakbardin
Hi, Jeremie! Did you merge/replace old Admin page with a new one? Вторник, 19 марта 2013, 16:00 +01:00 от Jeremie BOUSQUET : >So I could migrate my wiki instance to 4.5.2, hurrah ! :-) >One problem remains, is that I can't login anymore with my "Admin" account. >I tried to reset password on th

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-19 Thread Jeremie BOUSQUET
So I could migrate my wiki instance to 4.5.2, hurrah ! :-) One problem remains, is that I can't login anymore with my "Admin" account. I tried to reset password on the Admin profile page, but still I can't login successfully. That's very weird... 2013/3/19 Jeremie BOUSQUET > Mmm seems I could s

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-19 Thread Jeremie BOUSQUET
Mmm seems I could solve it. I had the following error at startup since a long time: 2013-03-19 11:09:40,248 [main] ERROR ltInstalledExtensionRepository - Invalid extension [gdelhumeau:livetableexcelexport-macro-1.0] it will not be loaded org.xwiki.extension.InvalidExtensionException: The dependen

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-19 Thread Jeremie BOUSQUET
Hello, So I workaround-ed the problem by truncating stats table and relaunching ... Retesting migration, seems to indicate that there are other cases of generating duplicate keys, apart from [1]... So migration finished, I restarted my wiki, the distribution wizard appeared, I chose "3.5" version

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Sure, but I need to adapt my hot backup process to innodb first, and I successfully migrated my test instance a while ago (to 4.4.1) that was myisam too... Btw I'm not sure innodb would have helped so much the migration... Thanks, Jeremie Le 18 mars 2013 18:01, "Sorin Burjan" a écrit : > Hi, > >

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Sorin Burjan
Hi, I can't help you much about the duplicate id issue, but what can I tell you is that using MyISAM is NOT recommended. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL You should try to convert your database to InnoDB and try a migration after. Regards, Sorin B. On

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Mmmm the new problem seems somewhat different: mysql> select * from xwikistatsdoc where xws_id='-1514641140'; +-+++ | XWS_ID | XWS_NUMBER | XWS_NAME | +-++

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Answering myself partly ... 2013/3/18 Jeremie BOUSQUET > Hello, > > I'm trying migration of XWIki 3.5 to 4.5.2, and have some issues ... > > First, I must tell that I ran the queries described in [1], to cleanup the > 3 stats tables. > > What happened though, is that during the migration I got

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Possibly interesting note: I'm on MySql 5.1 / MyISAM engine 2013/3/18 Jeremie BOUSQUET > Hello, > > I'm trying migration of XWIki 3.5 to 4.5.2, and have some issues ... > > First, I must tell that I ran the queries described in [1], to cleanup the > 3 stats tables. > > What happened though, is