Cómo resolver errores de Pups exec durante el bootstrap de Discourse

problem solved.

CREATE EXTENSION hstore;
CREATE EXTENSION pg_trgm;

was missing on the new database. Therefore the initial creation of the database on the external server failed. Thanks @Falco

4 Me gusta