--data
directory.
For production setup, you should pass 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
.
spec.templates.spec.containers.env
section:
--set bytebase.option.existingPgURLSecret
and --set bytebase.option.existingPgURLSecretKey
to specify the secret key and secret name instead of --set "bytebase.option.external-url"={NEW_EXTERNAL_URL}
. See more details in Bytebase - Artifact Hub.