TXTRAX LRS
Community

Upgrade

v4.0.0 - Alpha 1

For this release, you need to make a fresh install of the PHP application.

Refer to the installation page if necessary in order to get more details at each step of the procedure.

If you are coming from v3.0, you need to upgrade to v3.1 first, which includes a database migration and environment variables upgrade.

Then, install the new release in a new folder:

git clone https://github.com/trax-project/trax4-extended-lrs trax4
cd trax4
composer install

Manage the permissions of the storage and bootstrap/cache folders to make them writable both by the web server and the console user.

Copy the configuration file from the v3.1 release:

cp ../trax3/.env .

Now, you can switch the web server to the public folder of the new installation.