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.
Download and unzip latest APEX version
Section titled “Download and unzip latest APEX version”wget https://download.oracle.com/otn_software/apex/apex-latest.zipunzip apex-latest.ziprm apex-latest.ziprm -rf ./META-INF || true
Perform the upgrade
Section titled “Perform the upgrade”cd apexsql -name local-23ai-sys @apexins.sql SYSAUX SYSAUX TEMP /i/exit;
Update the images
Section titled “Update the images”cd ..rm -rf ./apex-images || truecp -r ./apex/images ./apex-images
If you get an popup error saying your files our outdated, you need to clear your browser cache.