PG_URL
environment variable to store these metadata in an external PostgreSQL database.
database
must be created in advance. The database should use UTF-8 for encoding. UTF-8 encoding is mandatory across the entire system.
user
either owns the schema (public
) and database
, or has the necessary privileges to access them.ALTER DATABASE database OWNER TO bytebase;
ALTER SCHEMA public OWNER TO bytebase;
user
must have all the following database privileges:
host.docker.internal
.