Diva Canto wrote: > > The migrations table is the one that keeps information about which > migrations have been run. So if you run migrations once over a data > resource table (useraccounts or any other) the last migration number > will be stored, and migration will not happen again. > > I don't recommend dropping the migrations table entirely -- that's > calling for trouble. When migrations go wrong for whatever reason, I > recommend deleting only the row in the migrations table that corresponds > to the data resource in question -- in this case the UserAccount row in > that table. Leave the other rows alone. > > Master_Mirage wrote: >> Sub Notes: >> We did try 1st to drop just 'useracounts' table and re-launch robust and >> opensim.exe. It didnot see the table was gone and loaded completly >> anyway. >> It did not make a new one. >> >> Next (after putting the orginal table back) Droped the migrations table. >> It >> did see it wasent there and redid just the migrations table but not fix >> usersacounts table (problem remained the same). >> >> We had to drop both tables at the same time then it did remake both >> correctly and used the orginal un-touched 'user' table data. >> >> ----- >> Our New Web Page >> Http://www.TritonGrid.com > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users > > Ahh.. ty, ill have a look at it. At somepoint ill need to re-do the master's data but for now allready reg. users can explore the coolness of .7 with out harm. Its run as a beta test grid like LL tends todo as a 1st look type thing. As the master data base is still using .69 and has no problems i think were ok to wait untill .7 is adopted.
----- Our New Web Page Http://www.TritonGrid.com -- View this message in context: http://opensim-users.2152040.n2.nabble.com/69-pre-fix-vrs-7-rev-User-account-problem-tp5009140p5015944.html Sent from the opensim-users mailing list archive at Nabble.com. _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
