Postgres: psql:dump.sql:488868: ERROR: schema "discourse_functions" does not exist

Hi,
I am currently migrating a discourse instance from dockerized operation with separate web_only and data containers to a setup where the database is hosted on a central database instance (in this case an lxc container from https://www.proxmox.com)

During the import of the dumped sql I noticed:

CREATE INDEX
CREATE INDEX
CREATE INDEX
psql:dump.sql:488868: ERROR:  schema "discourse_functions" does not exist
psql:dump.sql:488876: ERROR:  schema "discourse_functions" does not exist
psql:dump.sql:488884: ERROR:  schema "discourse_functions" does not exist
ALTER TABLE
ALTER TABLE
ALTER TABLE

I assume this is “non-fatal” and just a “minor bug” which will not cause any problems?
The postgres DB only has the standard public schema from postgres 13 …

1 Like