1. There is a System Backup and Import tool. Login as Administrator and Administration > Backup

    The Text in the Administration > Backup section actually just says it all. The backup contains users, rooms, groups and appointments (Invitations and Reminders are NOT included in the Backup and Reminders will not be send again!). The Backup contains also all uploaded Files and Documents and will re-import them again. Max Upload Size is 1000 MB.

  2. Stop Openmeetings
  3. (*) Backup folder with existing installation
  4. (*) Perform DB backup using tools available for your database
  5. Delete/move folder with existing installation of OM
  6. Drop existing OM database
  7. Create empty Database with same name and UTF-8 support
  8. Unzip new version of OM into the same folder
  9. Copy your connector (.jar file) to ${OM_HOME}/webapps/openmeetings/WEB-INF/lib make sure OM will be able to connect the database correctly.
  10. (*) Modify DB settings
  11. Start Openmeetings
  12. go to https://localhost:5443/openmeetings
  13. Install OM using Web installer
  14. Login as Administrator and Administration > Backup
  15. Perform system import

(*) Optional step

Upgrading OpenMeetings from command line

You need OpenMeetings 2.x or later to have the command line interface (CLI) feature available

Alternatively to the Web-Installer you can also export and import via the command line.
You should shutdown the OpenMeetings while doing CLI export or import operations
Cd to your OM_HOME directory, type "./admin.sh" and hit enter. You will get options available.

A typical export would be:
./admin.sh -b -file backup_today.zip

A typical import would be:
./admin.sh -r -file backup_yesterday.zip

You can also combine the installation with a backup, that way you will create exactly the user table that existed in the backup.
A typical install from backup would be:
./admin.sh -i -file backup_yesterday.zip
please see Command Line Admin for more options

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. Drop existing OM database
  7. Create empty Database with same name and UTF-8 support
  8. Unzip new version of OM into the same folder
  9. Copy your connector (.jar file) to ${OM_HOME}/webapps/openmeetings/WEB-INF/lib make sure OM will be able to connect the database correctly.
  10. ./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.)
  11. Start Openmeetings
  12. go to https://localhost:5443/openmeetings

(*) Optional step

Apache OpenMeetings, OpenMeetings, Apache, the Apache feather, and the Apache OpenMeetings project logo
are trademarks of the Apache Software Foundation.
Privacy policy