This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Backup and restore vibe 4.0.5

I am trying to backup and restore vibe 4.0.5

Use the sh like this

#!/bin/bash
TEMPDIR=/tmp/teamingbackup/
BACKUPDIR=/var/opt/novell/teaming
mkdir -p $TEMPDIR
#Stop Teaming according to Novell Docs (OPTIONAL)
#systemctl stop vibe
systemctl stop vibe
#Make a dump of the SQL Database and copy it to a directory created
#(Password filled with stars ;-)
mysqldump -u root -ppassword --all-databases > $TEMPDIR/all_databases.sql
# Copy the relevant Teaming and MySQL Service Files (Lucene is in theTeaming Directory)
cp -r /var/opt/novell/teaming $TEMPDIR
cp -r /var/lib/mysql $TEMPDIR
#Start Teaming (If stopped previously)
systemctl start vibe
#TAR
  • 0
    Hi
    look here
    Code verified
  • 0 in reply to 
    i have try your way ,but it still don't work.
    i have add a new vibe and login with admin ,change password.then logout
    use the restore ,then i got..............

    HTTP Status 500 – Internal Server Error
    Type Exception Report

    Description The server encountered an unexpected condition that prevented it from fulfilling the request.

    Exception

    org.jasypt.exceptions.EncryptionOperationNotPossibleException
    org.jasypt.encryption.pbe.StandardPBEByteEncryptor.decryp
    .........................................