This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 3cde45f no jira: command line upgrade instructions are updated
3cde45f is described below
commit 3cde45faff4bfa279af4b129b9b6ae87cb94d505
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri May 29 19:48:24 2020 +0700
no jira: command line upgrade instructions are updated
---
openmeetings-server/src/site/xdoc/Upgrade.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/openmeetings-server/src/site/xdoc/Upgrade.xml
b/openmeetings-server/src/site/xdoc/Upgrade.xml
index 1425c8a..1d330b8 100644
--- a/openmeetings-server/src/site/xdoc/Upgrade.xml
+++ b/openmeetings-server/src/site/xdoc/Upgrade.xml
@@ -83,6 +83,8 @@
<li>(*) Perform DB backup using tools available
for your database</li>
<li><tt>./admin.sh -v -b -file
../backup_today.zip</tt></li>
<li>Delete/move folder with existing
installation of OM</li>
+ <li>Drop existing OM database</li>
+ <li>Create empty Database with same name and
UTF-8 support</li>
<li>Unzip new version of OM into the same
folder</li>
<li><tt>./admin.sh -v -i -file
../backup_today.zip --drop --skip-default-objects</tt> (Optionally you can
specify
additional parameters like DB
host/user/pass/instance etc.)</li>