Database Merger - vrcx-team/VRCX GitHub Wiki

DBMerger

Merging VRCX databases may cause issues, insure you've backed up your %AppData%\VRCX folder before continuing.

Usage

The merger is like any command line tool. It cannot be used while VRCX is running. It takes the following args:

Arg Required? Description
-n, --new-db-path <new-db-path> Yes The path of the new DB to merge the old onto.
-o, --old-db-path <new-db-path> Yes The path of the old DB to merge into the new.
-d, -v, --debug, --verbose No Add debug information to the output. [default: False]
--import-config No Imports the config values from the old database. This will override the config in the new database. [default: False]
--version No Show version information
-?, -h, --help No Show help and usage information