Skip to content

Commit

Permalink
docs(deps): add step in rel. notes for Payara update IQSS#8947
Browse files Browse the repository at this point in the history
As documented by @qqmyers in IQSS#8230 one needs to remove the
`lib/databases` folder from the domain dir on update to
a Payara version beyond 5.2021.8.
  • Loading branch information
poikilotherm committed Sep 12, 2022
1 parent 0d5cf09 commit e574f08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/release-notes/8947-payara-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ export PAYARA=/usr/local/payara5
```shell
service payara stop
rm -rf $PAYARA/glassfish/domains/domain1/generated
rm -rf $PAYARA/glassfish/domains/domain1/osgi-cache
rm -rf $PAYARA/glassfish/domains/domain1/lib/databases
```

(The deletion of `lib/databases` and root cause has been documented in #8230 by @qqmyers)

3. Move the current Payara directory out of the way

```shell
Expand Down Expand Up @@ -69,4 +73,4 @@ export PAYARA=/usr/local/payara5
```shell
service payara stop
service payara start
```
```

0 comments on commit e574f08

Please sign in to comment.