[Self Host] Current version Unknow,
[Self Host] Current version Unknow, someone is the same as me and how it can display. Thanks!

9 Replies
Hello @2mau are building your own docker image or pulling one from our official docker hub published ones ?
Thankyou @prastoin . I built myself to Docker Image.
You need to define the APP_VERSION env variable yourself, please always follow the current twenty's version you're using
If you do not you will have migrations and upgrade issues
Maybe I don't see this information before. In Env Example Twenty-Server also does not have this Env.
No problem, so now how do I determine how much my code is running?
I pulled the code on May 14
It depends on the tag you are currently deploying with Docker, APP_VERSION should always exist in the environment variables
@2mau I also built the docker image myself, you need the env either with
export APP_VERSION
or in your deployment script so Docker can use access it properlyOk I found the version in the db of the coreWorkspace table, I guess it is right. Try update to the nearest version and no errors.

Now I want to upgrade on the next version. Will I checkout tag v0.54.0, right?
Please checkout latest patched version tag ( not 0 )
Build your image but be sure to update the APP_VERSION to the checkedout version