Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions source/_includes/_postinstallation/license.rst

This file was deleted.

3 changes: 3 additions & 0 deletions source/_includes/deprecateha.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.. warning:: The :command:`carbonio ha` namespace has been deprecated
and will be removed. Please use the new :ref:`carbonio MailReplica
<cli_mailreplica>` namespace instead.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Pending setups
--------------

.. include:: /_includes/_installation/pset.rst

.. note:: Since version 25.9.0, thumbnail previews are managed by
|mesh|, so there is no longer need to configure Memcached.
10 changes: 5 additions & 5 deletions source/carbonio/admincli/activereplica.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ Example of valid commands are:

.. code:: console

zextras$ carbonio ha setAccountDestination mailstore1.example.com 10 accounts user1@customer.tld,user2@customer.tld
zextras$ carbonio MailReplica setAccountDestination mailstore1.example.com 10 accounts user1@customer.tld,user2@customer.tld


.. code:: console

zextras$ carbonio ha setAccountDestination mailstore1.example.com 10 input_file /tmp/accounts
zextras$ carbonio MailReplica setAccountDestination mailstore1.example.com 10 input_file /tmp/accounts

The Global Administrator will receive a notification as soon as the
|ur| initialisation is completed.
Expand Down Expand Up @@ -227,19 +227,19 @@ Example of valid commands are:

.. code:: console

zextras$ carbonio ha promoteAccounts accounts alice.doe@example.com,bob.doe@example.com
zextras$ carbonio MailReplica promoteAccounts accounts alice.doe@example.com,bob.doe@example.com

* Promote accounts stored in a file

.. code:: console

zextras$ carbonio ha promoteAccounts input_file /tmp/accounts
zextras$ carbonio MailReplica promoteAccounts input_file /tmp/accounts

* Promote all accounts on a mailstore

.. code:: console

zextras$ carbonio ha promoteAccounts source_mail_host mbox1.example.com
zextras$ carbonio MailReplica promoteAccounts source_mail_host mbox1.example.com

Global Admin will receive a notification as soon as the |ur| promotion is completed.

Expand Down
4 changes: 2 additions & 2 deletions source/carbonio/admincli/mesh/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ useful to verify the status of the service.

.. code:: console

zextras$ carbonio ha test 10.0.10.11:9092,10.0.10.12:9092,10.0.10.13:9092
zextras$ carbonio MailReplica test 10.0.10.11:9092,10.0.10.12:9092,10.0.10.13:9092

.. rubric:: Restart the HA service

.. code:: console

zextras$ carbonio ha doRestartService module
zextras$ carbonio MailReplica doRestartService module
14 changes: 13 additions & 1 deletion source/carbonio/adminpanel/subscriptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,16 @@
Subscriptions
=============

.. include:: /_includes/_adminpanel/subscriptions.rst
An informative page, containing the current status of the license and
additional data about the registration status, including license
token, the name of the company registering |product|, the start and
end date of validity, and the number of accounts (created and
available)

If the system is not yet registered, an activation token can be added,
while if registered it can be deactivated or renewed.

.. figure:: /img/adminpanel/ap-subscriptions.png
:width: 99%

Sample subscription page with enables services.
3 changes: 3 additions & 0 deletions source/carbonio/architecture/components/component-preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Pending setups
--------------

.. include:: /_includes/_installation/pset.rst

.. note:: Since version 25.9.0, thumbnail previews are managed by
|mesh|, so there is no longer need to configure Memcached.
10 changes: 6 additions & 4 deletions source/carbonio/cli_commands/carbonio_ha.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
===========
Carbonio HA
===========
==================
Carbonio HA |dprc|
==================

Commands regarding Active Replica

.. include:: /_includes/deprecateha.rst

.. card:: Table of

.. toctree::
Expand All @@ -20,4 +22,4 @@ Commands regarding Active Replica
ha/carbonio_ha_removeAccountDestination.rst
ha/carbonio_ha_restartReplicas.rst
ha/carbonio_ha_setAccountDestination.rst
ha/carbonio_ha_test.rst
ha/carbonio_ha_test.rst
27 changes: 27 additions & 0 deletions source/carbonio/cli_commands/carbonio_mailreplica.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. _cli_mailreplica:

====================
Carbonio MailReplica
====================

Commands regarding Mail Replica Module

.. card:: Table of

.. toctree::
:maxdepth: 1

mailreplica/carbonio_mailreplica_doRestartService
mailreplica/carbonio_mailreplica_doStartService
mailreplica/carbonio_mailreplica_doStopService
mailreplica/carbonio_mailreplica_getAccountStatus
mailreplica/carbonio_mailreplica_getServices
mailreplica/carbonio_mailreplica_monitor
mailreplica/carbonio_mailreplica_pauseReplicas
mailreplica/carbonio_mailreplica_promoteAccounts
mailreplica/carbonio_mailreplica_removeAccountDestination
mailreplica/carbonio_mailreplica_restartReplicas
mailreplica/carbonio_mailreplica_setAccountDestination
mailreplica/carbonio_mailreplica_test


11 changes: 5 additions & 6 deletions source/carbonio/cli_commands/ha/carbonio_ha_doRestartService.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
doRestartService
********************************

.. include:: /_includes/deprecateha.rst

::

carbonio ha doRestartService _service_name_
carbonio ha doRestartService _service_name_


.. rubric:: Parameter List
Expand All @@ -25,8 +27,8 @@ doRestartService
- DEFAULT
* - service_name (M)
- String
-
-
-
-

::

Expand All @@ -40,6 +42,3 @@ doRestartService
::

carbonio ha doRestartService



11 changes: 5 additions & 6 deletions source/carbonio/cli_commands/ha/carbonio_ha_doStartService.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
doStartService
****************************

.. include:: /_includes/deprecateha.rst

::

carbonio ha doStartService _service_name_
carbonio ha doStartService _service_name_


.. rubric:: Parameter List
Expand All @@ -25,8 +27,8 @@ doStartService
- DEFAULT
* - service_name (M)
- String
-
-
-
-

::

Expand All @@ -40,6 +42,3 @@ doStartService
::

carbonio ha doStartService



11 changes: 5 additions & 6 deletions source/carbonio/cli_commands/ha/carbonio_ha_doStopService.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
doStopService
**************************

.. include:: /_includes/deprecateha.rst

::

carbonio ha doStopService _service_name_
carbonio ha doStopService _service_name_


.. rubric:: Parameter List
Expand All @@ -25,8 +27,8 @@ doStopService
- DEFAULT
* - service_name (M)
- String
-
-
-
-

::

Expand All @@ -40,6 +42,3 @@ doStopService
::

carbonio ha doStopService



Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
getAccountStatus
********************************

.. include:: /_includes/deprecateha.rst

::

carbonio ha getAccountStatus [param VALUE[,VALUE]]
Expand Down
7 changes: 3 additions & 4 deletions source/carbonio/cli_commands/ha/carbonio_ha_getServices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
getServices
**********************

.. include:: /_includes/deprecateha.rst

::

carbonio ha getServices
carbonio ha getServices


.. rubric:: Usage example
Expand All @@ -19,6 +21,3 @@ getServices
::

carbonio ha getServices



13 changes: 6 additions & 7 deletions source/carbonio/cli_commands/ha/carbonio_ha_monitor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
monitor
**************

.. include:: /_includes/deprecateha.rst

::

carbonio ha monitor _operation_uuid_ [param VALUE[,VALUE]]
Expand All @@ -25,12 +27,12 @@ monitor
- DEFAULT
* - operation_uuid (M)
- Uuid
-
-
-
-
* - operation_host (O)
- String
-
-
-
-

::

Expand All @@ -44,6 +46,3 @@ monitor
::

carbonio ha monitor



10 changes: 6 additions & 4 deletions source/carbonio/cli_commands/ha/carbonio_ha_pauseReplicas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
pauseReplicas
**************************

.. include:: /_includes/deprecateha.rst

::

carbonio ha pauseReplicas [param VALUE[,VALUE]]
Expand All @@ -25,12 +27,12 @@ pauseReplicas
- DEFAULT
* - accounts (O)
- Account Name/ID[,..]
-
-
-
-
* - input_file (O)
- String
-
-
-
-

::

Expand Down
Loading