Skip to content
Discussion options

You must be logged in to vote

Is there a workaround to get token refresh working with sqlite?

Refresh tokens work fine with SQLite. The linked issue is a stress test to ensure transaction atomicity and isolation. What error (logs + HTTP + response) are you seeing exactly?

is there an easy way to handle automigrate with a docker-compose setup

Unfortunately, PostgreSQL does not support online migrations out of the box as far as I know, so stopping the service, applying migrations, and restarting it is currently the suggested practice.

An alternative for docker-compose is to add an init job to your docker compose yaml which does the migration so you don't have to run 3 commands!

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@aeneasr
Comment options

@inyono
Comment options

@aeneasr
Comment options

@inyono
Comment options

@vinckr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants