Peter,

well, I´m doing with the command line:

Backup:
./admin.sh -b -file /opt/open505-1-sik.zip

Restore:
./admin.sh -i -file /opt/open505-1-sik.zip --db-type mysql --db-host xxxx-OM-DB 
--db-name open5052 --db-user omdb --db-pass '#Password#'

This works well, of course you need to create a new database..
Mysql:
CREATE DATABASE open5052 DEFAULT CHARACTER SET 'utf8';

GRANT ALL PRIVILEGES ON open5052.* TO 'omdb'@'%' IDENTIFIED BY '#Password#' 
WITH GRANT OPTION;
I have done several times, so it works fine but ….


Gerald

Von: Peter-Otto Weber [mailto:cyber...@hotmail.de]
Gesendet: Dienstag, 2. Juni 2020 12:57
An: user@openmeetings.apache.org
Betreff: AW: Guest Handling - Show nickname in Video Windows also

o.k. i am a big step further but do have problems restoring the backup.

I was able to do all this „§“§$“$%&%!§$%!§$&!$§%&$§&!“ things needed to come 
back tot he install of OM 5.0.5.

Now i wanted to restore the previous over gui backupped data.

Especially all users and user configs.

Well i can check the zip file but nothing happens???

Not even a feedback via gui.

Just selecting the zip, pressing o.k. and nothing more?

And now – Vodka and Gin??

POW

Von: Maxim Solodovnik <solomax...@gmail.com<mailto:solomax...@gmail.com>>
Gesendet: Dienstag, 2. Juni 2020 12:00
An: Openmeetings user-list 
<user@openmeetings.apache.org<mailto:user@openmeetings.apache.org>>
Betreff: Re: Guest Handling - Show nickname in Video Windows also



On Tue, 2 Jun 2020 at 16:55, Peter-Otto Weber 
<cyber...@hotmail.de<mailto:cyber...@hotmail.de>> wrote:
AAaaaarghl guess i need some wodka …

Great choice :))
But might be a bit early for vodka :)))



Von: Maxim Solodovnik <solomax...@gmail.com<mailto:solomax...@gmail.com>>
Gesendet: Dienstag, 2. Juni 2020 11:32
An: Openmeetings user-list 
<user@openmeetings.apache.org<mailto:user@openmeetings.apache.org>>
Betreff: Re: Guest Handling - Show nickname in Video Windows also



On Tue, 2 Jun 2020 at 16:24, Peter-Otto Weber 
<cyber...@hotmail.de<mailto:cyber...@hotmail.de>> wrote:
Well – looks like at least bringing back the original data made the system 
available again.

Maxim – you should be aware that i am a „stupid end user“ regarding OM 
Installations.

You are setting up and administer server, so I doubt it is true :)))


Well right now i have the system working again.

What ist he best way to update?

I guess that i need to put all the changes i made regarding „kurento“ user, own 
SSL certificate a.s.o. back into the system after unpacking the directory?

Backup preserves and restores only DB
So you have to restore all changes you have made to OM configuration
Including but not limited by
1) conf/server.xml
2) webapps/openmeetings/WEB-INF/classes/applicationContext.xml

since you are using `./admin.sh -v -i -file ../backup_today.zip --drop 
--skip-default-objects`
You have to manually update 
webapps/openmeetings/WEB-INF/classes/META-INF/persistense.xml
   **This can be avoided if you will pass desired DB params to `./admin.sh` 
script (be careful with passing password, it might be preserved in bash history 
... )


Will / shall this be done by the backup?

POW

Von: Maxim Solodovnik <solomax...@gmail.com<mailto:solomax...@gmail.com>>
Gesendet: Dienstag, 2. Juni 2020 11:17
An: Openmeetings user-list 
<user@openmeetings.apache.org<mailto:user@openmeetings.apache.org>>
Betreff: Re: Guest Handling - Show nickname in Video Windows also

I was hoping you test using additional copy with internal H2 DB ...

Since you did all backups you can just
1) restore DB using DB tool for restore
2) restore your previous OM version

According to WARN and ERROR - I can't help until I see them ...

On Tue, 2 Jun 2020 at 16:13, Peter-Otto Weber 
<cyber...@hotmail.de<mailto:cyber...@hotmail.de>> wrote:
Why does it always have to be me???

I followed  the guide to update the server:

Detailed steps

  1.  Stop Openmeetings
  2.  (*) Backup folder with existing installation
  3.  (*) Perform DB backup using tools available for your database
  4.  ./admin.sh -v -b -file ../backup_today.zip
  5.  Delete/move folder with existing installation of OM
  6.  Unzip new version of OM into the same folder
  7.  ./admin.sh -v -i -file ../backup_today.zip --drop --skip-default-objects 
(Optionally you can specify additional parameters like DB 
host/user/pass/instance etc.)
  8.  Start Openmeetings
  9.  go to http://localhost:5080/openmeetings
Well – trying to restore i get – nothing but WARN and ERROR.

The server does not come up – productive system down.

Any help?

Von: Maxim Solodovnik <solomax...@gmail.com<mailto:solomax...@gmail.com>>
Gesendet: Dienstag, 2. Juni 2020 03:32
An: Openmeetings user-list 
<user@openmeetings.apache.org<mailto:user@openmeetings.apache.org>>
Betreff: Re: Guest Handling - Show nickname in Video Windows also

The latest release is 5.0.0-M4
(I believe we should drop "M" and release 5.0.0 ASAP)

latest release is here https://openmeetings.apache.org/downloads.html
most recent unreleased version here 
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

I would appreciate if you can test if the issue is reproducible using latest 
SNAPSHOT :))

On Sun, 31 May 2020 at 19:46, Peter-Otto Weber 
<cyber...@hotmail.de<mailto:cyber...@hotmail.de>> wrote:
Sorry fort he late reply Maxim,

i am using
Version

5.0.0-M3

Revision

b739f87

Build date

2019-12-11T11:42:09Z


I am not sure what the latest „stable“ release ist.

Tob e honest i am a bit confused with the versions
[cid:image001.png@01D638DF.4D7BCDB0]


Best wishes

POW

Von: Maxim Solodovnik <solomax...@gmail.com<mailto:solomax...@gmail.com>>
Gesendet: Freitag, 29. Mai 2020 14:36
An: Openmeetings user-list 
<user@openmeetings.apache.org<mailto:user@openmeetings.apache.org>>
Betreff: Re: Guest Handling - Show nickname in Video Windows also

Hello Peter,

What version are you using?

If it is 5.0.0-M4 could you please file JIRA - I'll try to take a look ASAP :)

On Thu, 28 May 2020 at 18:02, Peter-Otto Weber 
<cyber...@hotmail.de<mailto:cyber...@hotmail.de>> wrote:
Hello again,

if i invit guests into my personal room, they receive a link with a generated 
invitation number.

They click on it and are presented a window where they can select a „Nickname“.

This NickName is shown Right to the dummy Image of the user.

But on the Webcam (overlayed) Window there’s still the „guest“ Name shown.

So having more than one guest in a session, even if they specify a Nickname, i 
can not differentiate the names.

This is no Problem, if i know the guests personally.  But maybe it is possible 
to show the Nickname also on the cam-window.

Best wishes

POW



--
Best regards,
Maxim


--
Best regards,
Maxim


--
Best regards,
Maxim


--
Best regards,
Maxim


--
Best regards,
Maxim

Reply via email to