You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for making this -- it was very easy to get outline up and running!
I see that you're managing specific versions of the containers which is nice, however I'm not sure what the procedure for updating should be. It would be nice if there was a section in the README that says what do do when you've updated this project.
Maybe something like this
Upgrading
If there's an update, simply pull the latest version of this repo git pull ...
Then run ??? (maybe this is docker compose pull/up or maybe the upgrade process is more complex?) and you'll be using the latest versions of everything. Your data is stored/persisted in the data folder so everything should just work once the update is done.
The text was updated successfully, but these errors were encountered:
Thank you @ssenior45, this worked for me! I'm on version 0.71.0 now. I noticed that my postgress and minio versions are the same as before. Do I not have to worry about that or should I look into updating those at some point as well? I'm unsure if ourline is picky with versions or if it should just work with the latest.
I would just check the release notes of outline which would mention if the version you are going to requires a higher version of Postgres and/or minio. That hasn’t been the case so far.
Hi, thank you for making this -- it was very easy to get outline up and running!
I see that you're managing specific versions of the containers which is nice, however I'm not sure what the procedure for updating should be. It would be nice if there was a section in the README that says what do do when you've updated this project.
Maybe something like this
Upgrading
If there's an update, simply pull the latest version of this repo
git pull ...
Then run
???
(maybe this isdocker compose pull/up
or maybe the upgrade process is more complex?) and you'll be using the latest versions of everything. Your data is stored/persisted in thedata
folder so everything should just work once the update is done.The text was updated successfully, but these errors were encountered: