我正在尝试使用delayed_job来安排使用Sqlite3的任务,但看起来apache无法读取我的production.sqlite3文件。这是我的database.yml:production:adapter:sqlite3database:db/production.sqlite3pool:5timeout:5000这是我遇到的错误(在log/production.log中):ActiveRecord::StatementInvalid(SQLite3::CantOpenException:unabletoopendatabasefile:)我已经运行了RAILS_ENV=pro
我正在尝试使用delayed_job来安排使用Sqlite3的任务,但看起来apache无法读取我的production.sqlite3文件。这是我的database.yml:production:adapter:sqlite3database:db/production.sqlite3pool:5timeout:5000这是我遇到的错误(在log/production.log中):ActiveRecord::StatementInvalid(SQLite3::CantOpenException:unabletoopendatabasefile:)我已经运行了RAILS_ENV=pro