Use the latest code version with an existing db? #4607
-
I'd like to try some of the latest features from the master branch, for example by using the docker development installation according to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can work with the latest tag; We can not and do not guarantee that that won't brick your installation. So probably do not use that for production if you do not have reliable backups and set up a separate database for testing. |
Beta Was this translation helpful? Give feedback.
-
If you are running the development docker image, it is very straight forward to keep updated: https://docs.inventree.org/en/latest/start/docker_dev/#database-updates |
Beta Was this translation helpful? Give feedback.
Thank you.
I've chosen a half- and half approach:
I'm using a local git clone of the repo, and I modified docker-compose.yml to build from there.
So I can work with a stable tag, and still try out some code from time to time.
Not full-dev and not full production. Works for me (tm)
As a fallback, all of it runs on a vmware guest, so I can roll back to a known-good snapshot, just in case.