benhutchins / docker-taiga

Docker container for Taiga https://taiga.io
https://hub.docker.com/r/benhutchins/taiga/
GNU General Public License v3.0
288 stars 154 forks source link

Update to the latest Taiga version #70

Closed corentincharron closed 5 years ago

corentincharron commented 5 years ago

Hello,

I'm using your image on my server. How could I upgrade to the latest Taiga version (which has new important features to me)?

Thanks a lot

benhutchins commented 5 years ago

Ideally, the process would only require you to run:

git submodule update --init --remote

However, based on some other issues I think updating Nginx and some other aspects of this project may be required. I'm going through issues and pull requests now, but you will likely need to pull the newer image.

lonix1 commented 5 years ago

@corentincharron Were you able to upgrade to latest version with that command, or was there more to do? This version is quite ancient so I'd like to upgrade too.

corentincharron commented 5 years ago

No, I just re-installed everything as I needed to clean my install anyway. Sorry I can't help more :/

lonix1 commented 5 years ago

@benhutchins Where is that command supposed to be run?

I shelled into the running container, I'm logged into /usr/src/ which has the "back" and "front" directories, but neither is a git directory.

The .git also points to a non-existent git submodules directory. Is updating actually possible?