GithubHelp home page GithubHelp logo

Comments (11)

eungjun-yi avatar eungjun-yi commented on July 25, 2024

It seems that the latest wale depends python 3.4. I think we may specify the older version for wale...

/cc @xcompass

from mattermost-docker.

Joris-van-der-Wel avatar Joris-van-der-Wel commented on July 25, 2024

Here's the change that caused this: wal-e/wal-e@1e55844#diff-2eeaed663bd0d25b7e608891384b7298R18

Here's the workaround that I used:

diff --git a/db/Dockerfile b/db/Dockerfile
index 248b974..c35098d 100644
--- a/db/Dockerfile
+++ b/db/Dockerfile
@@ -3,7 +3,7 @@ FROM postgres:9.4
 RUN apt-get update \
     && apt-get install -y python-dev lzop pv daemontools curl build-essential \
     && curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python \
-    && pip install wal-e \
+    && pip install 'wal-e<1.0.0' \
     && apt-get remove -y build-essential python-dev \
     && apt-get autoremove -y \
     && apt-get clean \

from mattermost-docker.

remialvado avatar remialvado commented on July 25, 2024

Thanks ! It work fine now. I've send a PR to fix it on master

from mattermost-docker.

natali9t9 avatar natali9t9 commented on July 25, 2024

a new version should be launched as I used the tutorial that takes from enterprise branch and I did same modification as above

from mattermost-docker.

paladini avatar paladini commented on July 25, 2024

Same issue here! Please, accept the pull request ASAP.

from mattermost-docker.

eungjun-yi avatar eungjun-yi commented on July 25, 2024

@paladini The pull request was already merged into master branch at 3cb431a. But images in dockerhub are not updated yet. Are you using them?

@it33 Could you please merge or cherry-pick #54 into enterprise branch for @somuraijoe?

from mattermost-docker.

it33 avatar it33 commented on July 25, 2024

I deleted the enterprise branch and created a new team-and-enterprise branch off of master and updated the Docker tutorial instructions.

Previously the Enterprise Edition could only be used with subscription, but we created a new license that lets the Enterprise Edition be used for free with the same features as Team Edition, and it includes the ability to upgrade into full Enterprise Edition with a license key.

We had a lot of help requests of people trying to uninstall Team Edition in order to unlock Enterprise Edition, so we decided to make it easier by offering the free mode in Enterprise Edition so they don't have to uninstall and re-install to upgrade.

Also, if they choose to downgrade, it's really easy now because all you do is remove the license key and you can keep using the software for free and don't have to uninstall and reinstall

from mattermost-docker.

paladini avatar paladini commented on July 25, 2024

@it33 Yesterday I've installed Mattermost using enterprise branch (I'll use free version). Should I uninstall it and reinstall using team-and-enterprise branch? There's a difference between "enterprise" and "team-and-enterprise" branch right now?

from mattermost-docker.

it33 avatar it33 commented on July 25, 2024

@paladini the new team-and-enterprise and old enterprise branch should have the same binary, it's just team-and-enterprise has the latest fixes from master

Sorry for the confusion, hopefully this new method is easier,

from mattermost-docker.

paladini avatar paladini commented on July 25, 2024

Ah, okay! Now I get it, thanks for the answer. And yes, I do think this new method is better too.

from mattermost-docker.

xcompass avatar xcompass commented on July 25, 2024

Since PR #54 is merged. I'm closing this issue now.

from mattermost-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.