Skip to content

rConfig - Upgrade: V7 Pro to V8 Pro

15 mins V8 Pro V7 Pro

Upgrading from rConfig V7 Pro to V8 Pro is quick and straightforward. We’ve provided a fully automated script to handle all the required steps for CentOS, RHEL, Rocky Linux, and Ubuntu-based systems.


βœ… Upgrade Steps for CentOS / RHEL / Rocky Linux

Terminal window
cd /home
wget https://dl.rconfig.com/downloads/upgrade-to-rconfig8.sh -O upgrade-to-v8.sh
chmod +x upgrade-to-v8.sh
sudo ./upgrade-to-v8.sh YourSecureToken1234

βœ… Upgrade Steps for Ubuntu / Debian

Terminal window
cd /home
wget https://dl.rconfig.com/downloads/upgrade-to-v8-ubuntu.sh -O upgrade-to-v8.sh
chmod +x upgrade-to-v8.sh
sudo ./upgrade-to-v8.sh YourSecureToken1234

πŸ”§ Final Step – Update Database Paths

Once the upgrade script completes, update any legacy paths in the database that refer to rconfig5, rconfig6, or rconfig7 directories:

Terminal window
cd /var/www/html/rconfig8/current
php artisan rconfig:updatedb8

πŸŽ‰ That’s it!

  • Your rConfig system is now running V8 Pro
  • You can log in at your existing rConfig URL
  • Make sure to hard-refresh the browser (CTRL+SHIFT+R) after the upgrade
rConfig V8 Login Page