How to resolve Pups exec errors during Discourse bootstrap

I still don’t understand why you rename the one and not the other.
But it’s likely not your problem anyway, since

Most of the time this indicates a permissions problem.

Make sure the user Discourse uses to connect to your database has full rights on your database, including the ability to enumerate tables. Preferably make it the owner.

1 Like

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 Likes