【问题标题】:When i give ant fresh_install it gives error PostgreSQL 'pgcrypto' extension installed /up to date? False (not installed) Create extension pgcrypto当我给 ant fresh_install 它给出错误 PostgreSQL 'pgcrypto' 扩展安装/最新? False (未安装) 创建扩展 pgcrypto
【发布时间】:2017-07-31 06:23:25
【问题描述】:

当我给 ant fresh_install 它给出错误 PostgreSQL 'pgcrypto' 扩展 已安装/最新?假(未安装) 创建扩展 pgcryptoenter image description here

【问题讨论】:

    标签: dspace


    【解决方案1】:

    请参阅以下 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;
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-05-08
      • 2022-11-11
      • 2011-09-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-12-01
      相关资源
      最近更新 更多