Hi Anusuya,

Are you using the CAS Initializr?  I recently did a similar upgrade and the 
recommended approach is to start with a fresh install via the CAS 
Initializr.  Then, apply your customizations.  I did so incrementally and 
it worked well.

https://apereo.github.io/cas/6.5.x/installation/WAR-Overlay-Initializr.html
https://apereo.github.io/cas/6.5.x/planning/Upgrade-Guide.html#upgrade-guide

Note, I ended up using Docker so that I could run the specific version I 
wanted, vs hitting the Heroku instance.  As documented, run the the 
initializer via: 

docker run --rm -p 8080:8080 apereo/cas-initializr:6.5.3  # You can see the 
tags here: https://hub.docker.com/r/apereo/cas-initializr/tags

With the local instance running, you could then initialize your vanilla 
project with:

curl -d type=cas-overlay -d casVersion=6.5.3 -d baseDir=./cas-6.5.3 
http://localhost:8080/starter.tgz | tar -xzvf -

Hope that helps!

Jon

On Monday, 26 September 2022 at 10:23:24 UTC-5 anusu...@gmail.com wrote:

> Hi all,
> Thanks for your help in advance.
>
> We are working on upgrading CAS server version from 6.3.7.4 to 6.5.3.
> Can someone please help with the checklist?
>
> At least if someone share the pom.xml file of 6.5.3 version, it will be 
> very helpful.
>
> Regards,
> Anusuya.
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/86b08581-a2ab-4fcc-9465-fa3ea8e3c752n%40apereo.org.

Reply via email to