Hi All I am trying to follow the command line admin backup and import. I am done with 6 th point as mentioned in the import backup page.
7th point says ./admin.sh -i ~/today_om_backup.zip ( i have renamed the mysql_persistence.xml to persistence.xml) i get some error root@ip-10-62-6-185:/usr/lib/red5# ./admin.sh -i ~/today_om_backupsep20.zip Setting default logging context: default User login was not provided, or too short, should be at least 4 character long. if i have to give other parameters like dbtype and db username and password Can anyone tell me how the command has to be? i tried with root@ip-10-62-6-185:/usr/lib/red5# ./admin.sh -i ~/today_om_backupsep20.zip --db-type mysql --db-user aptdbadmin --db-pass jn@aptdev Setting default logging context: default User login was not provided, or too short, should be at least 4 character long. Should i also include om login username password also? -baskar
