2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the process is completed you can check if your tomcat is running or not if not rerun and log in to dbsync
There you can find all your profile and configurations done on the older version 


Manual Backup

Note

...

: If the backup is not created and you see your folders/files missing use the below steps for manual backup

Do this only if you want to Upgrade Manually or If the script fails to upgrade



Moving files from one directory to another
Command:

...

  • Go to the Installation directory

    example 

    (go to the installation directory)

    cd apache-tomcat-dbsync/dbsync-cdm/WEB-INF/db/conf


  • Use the below command to copy the files present inside the conf folder

  • cp system.properties ~/<destination folder>/

Take backup of <database>.properties files

  • Go to the Installation directory

    example 

    (go to the installation directory)

    cd apache-tomcat-dbsync/dbsync-cdm/WEB-INF/db/conf


  • Use the below command to copy the files present inside the conf folder


  • cp -r <database>.properties ~/<destination folder>/
    Example for MYSQL
    cp -r mysql.properties ~/<destination folder>/\

    Note: All the backup up folders/files need to be placed at the exact location in the new installation or upgrade location