You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--exportFrom string Unix timestamp (milliseconds since epoch, UTC) to export data from.
244
-
--batchSize int The number of posts to export. The default of -1 means no limit.
245
-
246
235
----
247
236
248
237
mattermost export
@@ -255,82 +244,26 @@ Description
255
244
Commands for exporting data for compliance and for merging multiple Mattermost instances.
256
245
257
246
Child Commands
258
-
- `mattermost export actiance`_ - Export data from Mattermost in Actiance XML format. Requires a Mattermost Enterprise subscription plan.
247
+
- `mattermost export actiance`_ - Deprecated from Mattermost v10.5 in favor of `mattermost export schedule`_.
248
+
- `mattermost export csv`_ - Deprecated from Mattermost v10.5.
249
+
- `mattermost export global-relay-zip`_ - Deprecated from Mattermost v10.5.
250
+
- `mattermost export schedule`_ - Schedule a compliance export job.
259
251
- `mattermost export bulk`_ - Export data to a file compatible with the Mattermost :doc:`Bulk Import format </onboard/bulk-loading-data>`. Deprecated in favor of :ref:`mmctl export commands <manage/mmctl-command-line-tool:mmctl export>`.
260
-
- `mattermost export csv`_ - Export data from Mattermost in CSV format. Requires a Mattermost Enterprise subscription plan.
261
-
- `mattermost export global-relay-zip`_ - Export data from Mattermost into a ZIP file containing emails to send to Global Relay for debug and testing purposes only. Requires a Mattermost Enterprise subscription plan.
262
-
- `mattermost export schedule`_ - Schedule an export job
263
252
264
253
mattermost export actiance
265
254
~~~~~~~~~~~~~~~~~~~~~~~~~~
266
255
267
-
Description
268
-
Export data from Mattermost in Actiance XML format.
--exportFrom string Unix timestamp (milliseconds since epoch, UTC) to export data from.
284
-
--batchSize int The number of posts to export. The default of -1 means no limit.
285
-
286
-
mattermost export bulk
287
-
~~~~~~~~~~~~~~~~~~~~~~
288
-
289
-
From Mattermost v6.0, this command has been deprecated in favor of :ref:`mmctl export commands <manage/mmctl-command-line-tool:mmctl export>` as the supported way to export data out of Mattermost.
256
+
From Mattermost v10.5, this command has been deprecated. It will be added to the mmctl command line tool in a future version. Until then, please use `mattermost export schedule`_.
290
257
291
258
mattermost export csv
292
259
~~~~~~~~~~~~~~~~~~~~~
293
260
294
-
Description
295
-
Export data from Mattermost in CSV format.
296
-
297
-
Format
298
-
.. code-block:: sh
299
-
300
-
mattermost export csv
301
-
302
-
Example
303
-
.. code-block:: sh
304
-
305
-
bin/mattermost export csv --exportFrom=1513102632
306
-
307
-
Options
308
-
.. code-block:: text
309
-
310
-
--exportFrom string Unix timestamp (seconds since epoch, UTC) to export data from.
311
-
--batchSize int The number of posts to export. The default of -1 means no limit.
261
+
From Mattermost v10.5, this command has been deprecated. It will be added to the mmctl command line tool in a future version.
312
262
313
263
mattermost export global-relay-zip
314
264
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
315
265
316
-
Description
317
-
Export data from Mattermost into a zip file containing emails to send to Global Relay for debug and testing purposes only. This does not archive any information in Global Relay.
--format string Output file format. Currently, only ``actiance`` is supported.
355
287
--exportFrom string Unix timestamp (seconds since epoch, UTC) to export data from.
356
288
--timeoutSeconds string Set how long the export should run for before timing out.
357
289
290
+
mattermost export bulk
291
+
~~~~~~~~~~~~~~~~~~~~~~
292
+
293
+
From Mattermost v6.0, this command has been deprecated in favor of :ref:`mmctl export commands <manage/mmctl-command-line-tool:mmctl export>` as the supported way to export data out of Mattermost.
0 commit comments