CKB:Restart the Cryptshare service during update process: Unterschied zwischen den Versionen
Aus Cryptshare Documentation
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 27: | Zeile 27: | ||
while true; do echo; du -sh /opt/cryptshare-3/db/*; sleep 5; done | while true; do echo; du -sh /opt/cryptshare-3/db/*; sleep 5; done | ||
Version vom 10. Februar 2022, 12:30 Uhr
Applies To
All versions of Cryptshare Server
Problem
During the Cryptshare update it is unclear whether the update process is still running.
Cause
If the database is large and the update process makes changes in the database.
You tried to update the regluar update procedere
CSSCurrent de:Manuelles Update des Cryptshare Servers
Solution/Workaround
- log in as root on the Cryptshare Appliance
- Check that there are no more temporary data in the db folder
Please check the livelog and folder size with the following commands:
tail -f /opt/cryptshare-3/log/cryptshare.log
while true; do echo; du -sh /opt/cryptshare-3/db/*; sleep 5; done