Discourseのブートストラップ中にPups execエラーを解決する方法

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

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.