Skip to content

Data Migration Guide

  • 1. Locate Current App Root Directory. Help -> About -> App Root

    • udsdrivers/ — External driver binaries.
    • logs/
    • webviewuserdata — Winodws only.
    • app.db — Projects metadata, app settings, etc.
    • mis.db — Multi-instance sync data
  • 2. Close all DBNova instances

  • 3. In the original App Root, create a text file named datapath.txt (or location.txt, redirect.txt, 302.txt)

    • Enter the absolute path of your new target directory inside this file.
  • 4. Move all files and folders (except the newly created datapath.txt) to the new destination.

    • Ensure .db-shm and .db-wal files are moved along with the .db files to prevent data corruption.