After doing command "whereis mattermost"

after doing command “whereis mattermost” i have this:
mattermost: /opt/mattermost/bin/mattermost /opt/mattermost-back-2018-11-26-19-12/bin/mattermost /opt/mattermost-back-2019-03-13-14-18/bin/mattermost

this is three installed path’s ???
how i can fixed it?

Hello, @logros

This indicates that you have the original Mattermost (I believe) located in /opt/mattermost/bin/mattermost. I suspect that the rest of the installation paths:

  • /opt/mattermost-back-2018-11-26-19-12/bin/mattermost
  • /opt/mattermost-back-2019-03-13-14-18/bin/mattermost

indicates the backups that you have generated on the respective dates:

  • November 26, 2018
  • March 13, 2019

If you are not sure which Mattermost is running, please run the following command on your terminal / CLI to verify the directory where the process is running. For example, this is how it looks like on mine - /opt/mattermost/bin/mattermost:

ahmaddanial@mattermost:/opt/mattermost$ ps -ef | grep mattermost
matterm+  2633     1  0 00:21 ?        00:00:19 /opt/mattermost/bin/mattermost
ahmaddanial   2824  2704  0 04:32 pts/0    00:00:00 grep --color=auto mattermost