|
104.
|
|
|
You can export all or certain accounts in bulk via CLI. You have the following options:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:83
|
|
105.
|
|
|
Export all accounts
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:85
|
|
106.
|
|
|
Export some accounts based on filter criteria: first name, last name, email, username
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:86
|
|
107.
|
|
|
Export some accounts based on CSV file
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:87
|
|
108.
|
|
|
Choose the export format: HTML, Leap2A, PDF (if installed)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:88
|
|
109.
|
|
|
``sudo -u www-data php htdocs/admin/cli/portfolio_bulkexport.php``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:94
|
|
110.
|
|
|
``sudo -u www-data php htdocs/admin/cli/portfolio_bulkexport.php -h``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:98
|
|
111.
|
|
|
Index sites running Elasticsearch faster
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:106
|
|
112.
|
|
|
**Prerequisite**: Elasticsearch is installed and set up to run on the site.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:109
|
|
113.
|
|
|
When a large site is indexed or re-indexed so that Elasticsearch can display results, this process can take a very long time because the indexing happens on cron runs. If the batch that was indexed finished before the end of the cron though, there is a lag between the next batch starting up again. The ``fast_index`` CLI script starts the next batch indexing right after the previous one finished.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/cli.rst:111
|