Comment résoudre les erreurs d'exécution Pups lors du 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 « J'aime »