Releases: loukylor/VRCX
Releases · loukylor/VRCX
DBMerger 2024.09.20
Fixes
- fixed sorts not functioning properly, causing issues with some user info.
Known Issues
- the warning for when user input is needed references a wiki page that doesn't currently exist
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 |
Bugs
Please report bugs either through issues on this fork of VRCX (not the main repo) or contact loukylor
in the VRCX Discord.
DBMerger 2024.09.19
Fixes
- fixed missing columns in the old db causing errors
- fixed major issue preventing merges from being completed
Known Issues
- the warning for when user input is needed references a wiki page that doesn't currently exist
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 |
Bugs
Please report bugs either through issues on this fork of VRCX (not the main repo) or contact loukylor
in the VRCX Discord.
DBMerger 2024.09.08
Additions
- Adds an additional CLI program that can merge old and new databases
- it merges all database tables when given an old and new database
- except specific user feed tables, where user input may be required
- it will optionally replace the new database's config with the old database's config
- it automatically creates a backup before merging, so data loss risk is minimal
Known Issues
- the warning for when user input is needed references a wiki page that doesn't currently exist
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 |
Bugs
Please report bugs either through issues on this fork of VRCX (not the main repo) or contact loukylor
in the VRCX Discord.