Feature Requests
Open
ERR_INVALID_URL
i am always receiving this error. i saw the following error:
quackback-db | 2026-08-07 09:08:37.831 UTC [70] ERROR: syntax error at or near "user" at character 25
quackback-db | 2026-08-07 09:08:37.831 UTC [70] STATEMENT: Grant usage to postgres user
quackback-db | GRANT USAGE ON SCHEMA cron TO postgres;
quackback-db | psql:/docker-entrypoint-initdb.d/init-pgcron.sql:8: ERROR: syntax error at or near "user"
quackback-db | LINE 1: Grant usage to postgres user
1 Comment
Sign in to comment

sorry, my error.
This is the error message:
quackback-db | 2026-08-07 09:11:12.756 UTC [70] ERROR: role "postgres" does not exist
quackback-db | 2026-08-07 09:11:12.756 UTC [70] STATEMENT: GRANT USAGE ON SCHEMA cron TO postgres;
quackback-db | psql:/docker-entrypoint-initdb.d/init-pgcron.sql:8: ERROR: role "postgres" does not exist