Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upgrade self-hosted project #910

Open
hamanuha opened this issue Mar 17, 2024 · 1 comment
Open

How to upgrade self-hosted project #910

hamanuha opened this issue Mar 17, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@hamanuha
Copy link

Improve documentation

Link

https://supabase.com/docs/guides/self-hosting/docker

Describe the problem

It's not quite clear how to update/upgrade the postgres image to the newest version when doing self-hosting with docker.
Of course you can just change the used image in the compose file, but what has to be done apart from that?
What about the migrations in the migrations/db/migrations folder. Shouldn't these be run on every start of the container? So that new migrations are run on the current database.
It seems that the init scripts and migrations are only run on the first creation of the container if there is no data yet.

Describe the improvement

A guide that describes how to update/upgrade your self hosted Supabase postgres instance.

@hamanuha hamanuha added the documentation Improvements or additions to documentation label Mar 17, 2024
@ejscheepers
Copy link

I am also interested in this👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants