T
Twenty3mo ago
2mau

[Self Host] Current version Unknow,

[Self Host] Current version Unknow, someone is the same as me and how it can display. Thanks!
No description
9 Replies
Prastoin
Prastoin3mo ago
Hello @2mau are building your own docker image or pulling one from our official docker hub published ones ?
2mau
2mauOP3mo ago
Thankyou @prastoin . I built myself to Docker Image.
Prastoin
Prastoin3mo ago
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
2mau
2mauOP3mo ago
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
fjcero
fjcero3mo ago
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 properly
2mau
2mauOP3mo ago
Ok 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.
2mau
2mauOP3mo ago
No description
2mau
2mauOP3mo ago
Now I want to upgrade on the next version. Will I checkout tag v0.54.0, right?
Prastoin
Prastoin3mo ago
Please checkout latest patched version tag ( not 0 ) Build your image but be sure to update the APP_VERSION to the checkedout version

Did you find this page helpful?