Skip to content

Upgrade APEX

You don’t depend on any changes to this project to upgrade APEX. As soon as an update is available, you can follow these steps to upgrade APEX in your local environment.

Starting with version 26.2, this project ships a scripts/upgrade-apex.sh script that automates downloading the latest APEX, running the installer, copying the images, and reapplying the INTERNAL workspace settings (extended session timeout, ACLs, etc.).

Terminal window
./scripts/upgrade-apex.sh
Terminal window
wget https://download.oracle.com/otn_software/apex/apex-latest.zip
unzip apex-latest.zip
rm apex-latest.zip
rm -rf ./META-INF || true
Terminal window
cd apex
sql -name local-23ai-sys @apexins.sql TBS_APEX TBS_APEX TEMP /i/
exit;

(If you are still on 23ai use SYSAUX instead)

Terminal window
cd apex
sql -name local-23ai-sys @apexins.sql SYSAUX SYSAUX TEMP /i/
exit;
Terminal window
cd ..
rm -rf ./apex-images || true
cp -r ./apex/images ./apex-images

If you get a popup error saying your files are outdated, you need to clear your browser cache.