dataverse 5.3 upgrade instructions #7532
Labels
Feature: Admin Guide
Feature: Installation Guide
Type: Bug
a defect
User Role: Sysadmin
Installs, upgrades, and configures the system, connects via ssh
I did the upgrade from 5.2 to 5.3 and upgraded also payara5 and I noticed that I had to
perform a step that I believe its missing in the documentation.
basicaly I had some errors about javaclassnotfound because the postgresql library was not found.
I resolved this by copying it from my old install.
Maybe you could update the instructions with this info
cd payara5/glassfish/lib
cp -fv payara5-old/glassfish/lib/postgresql-42.2.12.jar .
systemctl restart payara
thanks for the great product!
The text was updated successfully, but these errors were encountered: