CKB:Updating Cryptshare manually: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
(Imported from text file)
 
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:


== Applies to: ==
== Applies to: ==
{{NoteBox|title=|content=Cryptshare Server from version 4.0.0.0
{{NoteBox|title=|content=Cryptshare Server from version 4.2.x
}}
}}


== Purpose: ==
== Purpose: ==
This is an example of the possibilities for updating Cryptshare manually
This is an example of the possibilities for updating Cryptshare manually.
{{WarnBox|title=|content=Note that manual updates should only be done if a regular update is not possible!}}
{{WarnBox|title=|content=Please make sure you have a working backup of before proceeding.}}


== Solution: ==
== Solution: ==
# contact our [mailto:support@cryptshare.com support] and tell us which Cryptshare version is currently installed
1. contact our [mailto:support@cryptshare.com support] and tell us which Cryptshare version is currently installed
 
[[File:37389172.png]]
[[File:37389172.png]]
# the support team will provide you with the corresponding update package '''server-VERSION.zip'''
 
# download the update package and unpack it into '''<Cryptshare installation folder>/tmp/update'''
2. the support team will provide you with the corresponding update package '''server-VERSION.zip'''
 
3.
 
* download the update package and unpack it into '''<Cryptshare installation folder>/tmp/update'''
{{InfoBox|title=Cryptshare appliance|content=On a Cryptshare appliance you can unzip the update package into the required folder using the following command<br /> unzip server-VERSION.zip -d /opt/cryptshare-3/tmp/update
{{InfoBox|title=Cryptshare appliance|content=On a Cryptshare appliance you can unzip the update package into the required folder using the following command<br /> unzip server-VERSION.zip -d /opt/cryptshare-3/tmp/update
}}
}}


# create a backup of the current version
* Create a file '''<Cryptshare installation folder>/tmp/update.properties''' with the following content:
type=update
interactionRequired=true
 
4. create a backup of the current version
[[File:37389212.png]]
[[File:37389212.png]]
# stop the Cryptshare service
 
5. stop the Cryptshare service
  rccryptshare stop
  rccryptshare stop
# open the shell
6. open the shell
# change into the <Cryptshare installation> folder
 
7. change into the <Cryptshare installation> folder
  cd /opt/cryptshare-3
  cd /opt/cryptshare-3
# change the permissions for java file (for the Linux systems only)
8. change the permissions for java file (for the Linux systems only)
  '''Permissions'''
  '''Permissions'''
   
   
  chmod 755 tmp/update/jre/linux/bin/java
  chmod 755 tmp/update/jre/linux/bin/java
# run the following command in order to install the update
9. run the following command in order to install the update
  '''Linux'''
  '''Linux'''
   
   
Zeile 34: Zeile 47:
   
   
  tmp\update\jre\windows\bin\java.exe -jar tmp\update\updater.jar
  tmp\update\jre\windows\bin\java.exe -jar tmp\update\updater.jar
# start the Cryptshare service again
10. start the Cryptshare service again
  rccryptshare start
  rccryptshare start

Aktuelle Version vom 30. Juni 2022, 16:09 Uhr


Applies to:

Cryptshare Server from version 4.2.x

Purpose:

This is an example of the possibilities for updating Cryptshare manually.

Note that manual updates should only be done if a regular update is not possible!
Please make sure you have a working backup of before proceeding.

Solution:

1. contact our support and tell us which Cryptshare version is currently installed

37389172.png

2. the support team will provide you with the corresponding update package server-VERSION.zip

3.

  • download the update package and unpack it into <Cryptshare installation folder>/tmp/update
Cryptshare appliance
On a Cryptshare appliance you can unzip the update package into the required folder using the following command
unzip server-VERSION.zip -d /opt/cryptshare-3/tmp/update
  • Create a file <Cryptshare installation folder>/tmp/update.properties with the following content:
type=update
interactionRequired=true

4. create a backup of the current version 37389212.png

5. stop the Cryptshare service

rccryptshare stop

6. open the shell

7. change into the <Cryptshare installation> folder

cd /opt/cryptshare-3

8. change the permissions for java file (for the Linux systems only)

Permissions

chmod 755 tmp/update/jre/linux/bin/java

9. run the following command in order to install the update

Linux

tmp/update/jre/linux/bin/java -jar tmp/update/updater.jar
Windows

tmp\update\jre\windows\bin\java.exe -jar tmp\update\updater.jar

10. start the Cryptshare service again

rccryptshare start