When i give ant fresh_install it gives error PostgreSQL 'pgcrypto' extension installed /up to date? False (not installed) Create extension pgcryptoenter image description here
Asked
Active
Viewed 1,246 times
1 Answers
2
See the following upgrade instructions for DSpace: https://wiki.duraspace.org/display/DSDOC6x/Upgrading+DSpace#UpgradingDSpace-UpgradeSteps
# Login to your "dspace" database as a superuser
psql --username=postgres dspace
# Enable the pgcrypto extension on this database
CREATE EXTENSION pgcrypto;

terrywb
- 3,740
- 3
- 25
- 50