כיצד לפתר את שגיאות Pups exec במהלך אתחול Discourse

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.