【发布时间】:2020-12-02 22:19:08
【问题描述】:
我正在尝试运行bundle install。
但我收到错误,这是来自控制台的错误日志-
Your PostgreSQL is too old. Either install an older version of this gem or upgrade your database to
at least PostgreSQL-9.2.
宝石文件
gem 'pg'
postgres --version
postgres (PostgreSQL) 8.4.20
如何在不更新 centos 服务器上的 postgres db 的情况下解决此错误?
【问题讨论】:
-
您想将 PostgreSQL 更新到 v12。其他任何事情都在影响您的数据生命周期。
标签: ruby-on-rails postgresql centos