bytebase
with UTF-8 encoding. UTF-8 encoding is required for proper system operation.
bytebase
with one of the following privilege levels:
PG_URL
environment variable configures the PostgreSQL connection for Bytebase. You can set it in two ways:
PG_URL
directly to a PostgreSQL connection URI:
PG_URL
to a file path containing the connection string. Bytebase automatically picks up the updated connection string when the file content changes, enabling seamless secret rotation.
spec.templates.spec.containers.env
section:
PG_URL
to the file path. This approach supports automatic secret rotation - when the Kubernetes Secret is updated, the mounted file content is automatically refreshed, and Bytebase will pick up the new connection string without requiring a restart: