mattermost-omnibus icon indicating copy to clipboard operation
mattermost-omnibus copied to clipboard

A simple way to install Mattermost.

Results 12 mattermost-omnibus issues
Sort by recently updated
recently updated
newest added

Does it cause the missing 8.1.13 package?

#### Summary Updating a Mattermost-Omnibus install on a bare-metal server with multiple subdomains deletes the (edited) default.conf in nginx conf.d folder, changing the default forward from www to the mattermost...

One of the [lines in the installation script](https://github.com/mattermost/mattermost-omnibus/blob/0611e14f96450697dd7b18e2172a57ebb5662e0f/mattermost/DEBIAN/preinst#L31) deletes all directories that are not part of the standard build. If you put something important there, it will be quietly lost...

Triage

On my linux server (Ubuntu 22.04.2 LTS) with Mattermost Omnibus installed, I had the issue of being unable to upgrade or downgrade Mattermost. I kept getting errors like this: ```...

Lifecycle/1:stale

While following the https://docs.mattermost.com/install/installing-mattermost-omnibus.html instructions on installing Omnibus. The packages pulled with mattermost doesn't include postgresql auto-magically. I had to run '$ apt install postgresql' manually to get the package....

* Add support for Debian 11 (bullseye) * Harmonize error messages * Add error handling for missing curl binary #### Summary #### Ticket Link

Lifecycle/1:stale

Getting rid of these messages during `apt-get update`: \# apt-get update N: Skipping acquire of configured file 'nginx/binary-i386/Packages' as repository 'https://nginx.org/packages/ubuntu focal InRelease' doesn't support architecture 'i386' N: Skipping acquire...

Lifecycle/1:stale

Hello, Doing `curl -o- https://deb.packages.mattermost.com/repo-setup.sh | sudo bash` as suggested ends up in time out I guess it has to do with being behind a firewall; doing `sudo apt-key adv...

Fixes #58.

2: Dev Review
Lifecycle/1:stale

I spent hours trying to get my Docker based MM deployment to work (cert.pem error, like many, but I followed your instructions to the letter on a fresh Ubuntu) and...