Before performing any procedures, we recommend backing up your projects.
To back up Scriptcase:
Go to Settings > Administration, and in the side menu, access Services > Backup. A .ZIP
file will be generated with all your projects — save this file in a secure directory.
Alternatively, compress and save the entire Scriptcase folder in a safe directory.
Below, we will see how to manually update Scriptcase:
Download Scriptcase in .ZIP
format from our official website.
Now, we need to extract the downloaded .zip file and copy its contents to the current Scriptcase directory. To do this, access the Linux terminal and run the following commands in order:
- sudo su
- unzip scriptcase-9.9.014-pt_br-php.8.1.zip
- cp -R scriptcase-9.9.014-pt_br-php8.1/* /opt/NetMake/v9-php81/wwwroot/scriptcase
- chmod 777 -R scriptcase/
For those who performed step 2 using the MacOS graphical interface, click "Merge".
⚠️ Note: Never click "Replace", as this action will delete your entire Scriptcase and your projects.
3. To confirm the update, after transferring the files, access your Scriptcase and go to Help > Check for updates.

Related Articles
Manual Update - Linux
Before performing any procedures, we recommend backing up your projects. To back up Scriptcase: Go to Settings > Administration, and in the side menu, access Services > Backup. A .ZIP file will be generated with all your projects — save this file in ...
Manual Backup
How to make a Manual backup of scriptcase ? The app folder is not a backup for your projects 1) First copy the scriptcase database, below are the paths to the file, and replaces in the respective directory of the new installation: You can find this ...
Setting environment manually PHP 5.6 - Mac OS X
We must follow the steps below to perform the installation of php 5.6 on Mac OS X (Mavericks) Run in terminal: sudo curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6 Installation path: /usr/local/php5 Run in the terminal: sudo nano ...
Setting environment manually PHP 5.4 - Mac OS X
We must follow the steps below to perform the installation of php 5.4 on Mac OS X (Mavericks) Run in terminal: sudo curl -s http://php-osx.liip.ch/install.sh | bash -s 5.4 Installation path: /usr/local/php5 Run in the terminal: sudo nano ...
Manual Update - Windows
Before performing any procedure, we recommend making a backup of your projects. To back up Scriptcase: Go to Settings > Administration, then in the side menu access Services > Backup. A file (.ZIP) containing all your projects will be generated. Save ...