Upgrade to Pro edition
If you've been using the Community edition of Cloudreve, after obtaining the Pro edition, you can upgrade while preserving your data.
Replace Executable File
Back up all data and replace the Pro edition executable file in the original Community edition directory. You need to update the startup parameters - the Pro edition requires the --license-key
parameter when starting, passing in the key obtained from your license management panel.
Execute Upgrade Script
Execute the following command to upgrade the database to Pro edition:
bash
./cloudreve proupgrade
TIP
You can specify the configuration file location with -c
:
bash
./cloudreve proupgrade -c data/conf.ini
If you are using SQLite database, the storage policy settings for user groups will be lost. Please reconfigure them in the admin dashboard after the Pro edition starts.