Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Hello Maxim, thanks for your answer. I try to figure out what happens. I'll write here, if i got some results. BR Peter Am 23.03.2013 04:04, schrieb Maxim Solodovnik: the better query is: select id, filehash, room_id, 0+deleted from fileexploreritem; since room_id might have changed (should

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Hallo Maxim, here are the first results. om2 is the om 2.0 installation and om_test is om 2.1 I searched for the private room of the admin-user. om2= select fileexploreritem_id , filehash, room_id, deleted from fileexploreritem where room_id = 32; fileexploreritem_id |

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Maxim Solodovnik
Hello Peter, Thanks for finding this out! can you please try 2.1 rev. 1460576 (this should be fixed) On Mon, Mar 25, 2013 at 4:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: so the problem should not be reproducible if you drop/create om_test before import? On Mon, Mar 25, 2013 at

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
sure.. give me a second.. ;-) Am 25.03.2013 10:57, schrieb Maxim Solodovnik: Hello Peter, Thanks for finding this out! can you please try 2.1 rev. 1460576 (this should be fixed) On Mon, Mar 25, 2013 at 4:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: so the problem should not be

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Hi Maxim, i checked out rev. 1460579. Compilation, installation and import worked well. i have checked room-files, recorded files and config. Everything seems to be fine. I think import/backup from 2.0 to 2.1 works for me. Changes done by languages-editor are missing, but i think this is

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Maxim Solodovnik
you need to manually export/import modified languages via admin On Mon, Mar 25, 2013 at 6:11 PM, Peter Dähn da...@vcrp.de wrote: Hi Maxim, i checked out rev. 1460579. Compilation, installation and import worked well. i have checked room-files, recorded files and config. Everything seems

Re: First task for me OPENMEETINGS-441

2013-03-25 Thread Peter Dähn
Yes I saw it, after I wrote the last post.. :-( thanks Am 25.03.2013 15:26, schrieb Maxim Solodovnik: you need to manually export/import modified languages via admin On Mon, Mar 25, 2013 at 6:11 PM, Peter Dähn da...@vcrp.de wrote: Hi Maxim, i checked out rev. 1460579. Compilation,

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Peter Dähn
Hallo everyone, checked out Rev 1459661 today and I was able to import a backup from my 2.0 installation. User, files, config etc. everything is fine. Need to check a bit more, but I think thats it. Thanks @ Maxim special thanks... ;-) br Peter Dähn Am 20.03.2013 15:58, schrieb Maxim

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Peter Dähn
ok.. so far so good, but unfortunately I found something that is missing... :-/ The files in public and private rooms are missing. Any chance to fix this? BR Peter Dähn Am 22.03.2013 13:24, schrieb Maxim Solodovnik: Great! On Fri, Mar 22, 2013 at 7:22 PM, Peter Dähn da...@vcrp.de wrote:

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Maxim Solodovnik
Do you mean files were not restored while import? any errors in the log? do you have these files in the upload folder? On Fri, Mar 22, 2013 at 9:14 PM, Peter Dähn da...@vcrp.de wrote: ok.. so far so good, but unfortunately I found something that is missing... :-/ The files in public and

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Peter Dähn
Yes, recorded files were restored, uploaded files are missing. There is nothing in the log... The files are in the upload folder. Thanks Peter Am 22.03.2013 15:37, schrieb Maxim Solodovnik: Do you mean files were not restored while import? any errors in the log? do you have these files in

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Peter Dähn
Yes i used the commandline admin. I will try it out. give me a second Am 22.03.2013 15:47, schrieb Maxim Solodovnik: if yes can you try to reinstall using ./admin -i -v -file backup.zip --skip-default-rooms (not sure about exact syntax) On Fri, Mar 22, 2013 at 9:45 PM, Maxim

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Maxim Solodovnik
detective work then :( can you check: 0) start 2.0 1) find the room with the files missing 2) go to admin - conference rooms find the room, remember it's id 3) check the database for 2.0 select should be something like: select id, filehash from fileexploreritem where room_id = 'room id found in

Re: First task for me OPENMEETINGS-441

2013-03-22 Thread Maxim Solodovnik
the better query is: select id, filehash, room_id, 0+deleted from fileexploreritem; since room_id might have changed (should not happen with --skip-default-rooms, but who knows) the room id need to be doublechecked. On Sat, Mar 23, 2013 at 9:59 AM, Maxim Solodovnik solomax...@gmail.comwrote: