diff --git a/docs/migrations/readme.md b/docs/migrations/readme.md new file mode 100644 index 0000000..cd2db7c --- /dev/null +++ b/docs/migrations/readme.md @@ -0,0 +1,5 @@ +# Migration guide + +To get to the latest version of APEX, ORDS and the database, you can follow these migration guides. + +- [v25.1](./25-1.md) diff --git a/readme.md b/readme.md index c159e9f..afb35f0 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Containerized APEX Development Environment +[Migration Guide](./docs/migrations/readme.md) + ## What is this? This set of scripts aims to make developing APEX on your local machine as easy as possible. It is a ready-to-use setup with common tasks automated as bash scripts. @@ -251,8 +253,6 @@ docker cp --archive ./images local-ords:/opt/oracle/apex/24.1.0/ # if on podman use the podman alternative: # podman cp --archive ./images local-ords:/opt/oracle/apex/24.1.0/ - -docker restart local-ords ``` Note that I still get the alert that the images are outdated even though they are not. Check if via this link: [http](http://localhost:8181/i/apex_version.js) / [https](https://localhost:8181/i/apex_version.js).