A simple migration tool to support servers in migrating their FXServer's KVP database to the new cfx-server KVP database system.
Navigate to releases and find the respective release for your operating system.
Bun is required to build this project.
To start, clone or download the repository and open a terminal instance in the root directory and run
bun run startUpon starting the tool, you will be prompted to provide the path of the FXServer's KVP database followed by providing an output path for the converted database to be written to.
FXServer's KVP database can be found within the db/ folder that is located alongside your resources/ folder. The name of your database folder will depend on the value of sv_kvsName in your fxserver, if you have not changed this value it will be named 'default'.