Summary
I am trying to export data from one mattermost instance, before I import it into another mattermost instance. However, I am stuck on the first step of exporting the data. I have tried to use mmctl config
to set EnableExportDirectDownload
to be true, but after I edit the config file in vim, the changes are not saved.
Steps to reproduce
I am following the guide from Bulk export tool - Mattermost documentation.
mmctl auth login https://yourdomain.cloud.mattermost.com
mmctl export create
mmctl export generate-presigned-url 4pynq9ja8bnn7fgac6muwq9mrh_export.zip
I then get Error: failed to generate export link: This feature is restricted by a feature flag.
Expected behavior
I expect to get a URL to download the data from my mattermost instance.
Observed behavior
I get an error that this feature is restricted. I could not figure out how to enable this.