Ah okay, Now I got it. Yeah that would be great idea to add this option to the CLI
Thanks! Sebastian 2012/4/25 Maxim Solodovnik <[email protected]>: > by "except for the user" i mean > > all string labels, error types, room types etc. except for the user will be > create > > so after this step we will have fully valid OM but with no rooms or users > and then backup will be imported > > On Wed, Apr 25, 2012 at 15:07, [email protected] > <[email protected]>wrote: > >> What means "excerpt for the user"? >> You want to skip the userId 1 from the backup file? How do you find >> out which user is the duplicated? >> Also how do you match imported user data from the backup to the >> already existing user, for example private messages, contacts and >> uploaded files? >> >> Sebastian >> >> 2012/4/25 Maxim Solodovnik <[email protected]>: >> > duplicated admin appears as follows: >> > 1) using GUI installer (or command-line one), Alexey installs OM and >> create >> > user admin >> > 2) using Administration->System import he imports backup >> > >> > since backup also contain user "admin" we have 2 admin users in the >> system. >> > >> > I can fix command line admin to create all data except for the user, and >> > perform import to the clean DB >> > >> > On Wed, Apr 25, 2012 at 14:53, [email protected] >> > <[email protected]>wrote: >> > >> >> Hi Alexei, >> >> >> >> about your missing rooms: >> >> It is likely that there was some NullPointerException due to a missing >> >> attribute in the XML either while exporting or while importing. >> >> It can also happen that somehow a NON UTF8 character somehow is >> >> exported into the XML (however I have no idea how anybody achieves to >> >> write Non UTF8 chars into a UTF8 encoded database). >> >> If that is the case you also have an exception in the log, you should >> >> then unpack the ZIP fix the character in the XML and pack it again. >> >> >> >> For the duplicated admin account I have no idea yet, the only chance >> >> would be to delete all existing users (not only flag deleted = true >> >> but really remove) whenever you do an import. >> >> What do you think shall we do that? >> >> >> >> Sebastian >> >> >> >> 2012/4/25 Alexei Fedotov <[email protected]>: >> >> > Localization >> >> > 1. Russian localization again doesn't fit new buttons - should use >> icons >> >> + >> >> > tooltips for text. >> >> > 2. New explanatory menu items are not localized. >> >> > >> >> > Export/Import >> >> > 1. The client customizes rooms for his business process. It seems that >> >> room >> >> > list is not exported / imported. >> >> > 2. After import I get two admin accounts. I've proactively deleted >> one. >> >> > Nick experienced login problems, maybe due to the second account. >> >> > 3. Mail settings should be imported/exported. >> >> > >> >> > Otherwise upgrading release is a piece of cake. Thank you, Sebastian, >> >> Maxim >> >> > and all who contributed their code. >> >> >> >> >> >> >> >> -- >> >> Sebastian Wagner >> >> https://twitter.com/#!/dead_lock >> >> http://www.openmeetings.de >> >> http://www.webbase-design.de >> >> http://www.wagner-sebastian.com >> >> [email protected] >> >> >> > >> > >> > >> > -- >> > WBR >> > Maxim aka solomax >> >> >> >> -- >> Sebastian Wagner >> https://twitter.com/#!/dead_lock >> http://www.openmeetings.de >> http://www.webbase-design.de >> http://www.wagner-sebastian.com >> [email protected] >> > > > > -- > WBR > Maxim aka solomax -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
