supertokens-docker-postgresql icon indicating copy to clipboard operation
supertokens-docker-postgresql copied to clipboard

Docker image for SuperTokens and PostgreSQL

Results 9 supertokens-docker-postgresql issues
Sort by recently updated
recently updated
newest added

On a ReadOnlyFileSystem Pod in Kubernetes, you got many Read-only file system errors ``` $ k logs -f supertokens-core-9fbc964db-t7vgj Defaulted container "supertokens-core" out of: supertokens-core, create-db (init) chown: changing ownership...

## Issue Summary SuperTokens container doesn't respect `?schema` connection string param. Only if the `POSTGRESQL_TABLE_SCHEMA` variable is specified, then the ST uses that schema instead. ## Steps to reproduce 1....

Allowing usage of `POSTGRESQL_CONNECTION_URI` which simplify setups and sometimes it works much better, since through connection URI various other parameters could be configured, while currently through standard db/pass/user is not...

Are there plans for newer versions for this docker image to automatically run any needed SQL migrations? To upgrade our local environment from `core` `4.6` to `5.0` we needed to...

### Describe the bug When attempting to make a connection to a secured Postgres database, client certificates are not being accepted. Failing with a `Failed to initialize pool: FATAL: connection...

Currently (as far as I understand) the only option to use the Helm Chart provided with this repository is to either push it to another Helm repository (not official, not...

Getting this error when trying to apply the Helm chart (using default config values) on a GKE cluster: ``` 27 Jul 2024 10:06:29:849 +0000 | ERROR | pid: 1e9271b7-c717-48a2-8bb1-54ec2e498ca8 |...

It is currently possible to specify the postgresql password as a docker secret using POSTGRESQL_PASSWORD_FILE environment variable. It would be nice to be able to also specify API_KEYS in a...