plutonium-core
plutonium-core copied to clipboard
Plutonium portal generator breaks when used with pg as database
Running rails generate pu:pkg:portal dashboard after changing the default db from sqlite3 to pg fails.
It works perfectly after installing sqlite3 though. Would it be possible to use my db configs in config/database.yml or I absolutely MUST have sqlite3 installed?
Does this mean you are unable to use pg in production while using pu? Or just when generation a portal?