From 5419d1272940dd2fdf49f8098e17165aa986e8d8 Mon Sep 17 00:00:00 2001 From: Ludo Date: Mon, 28 Mar 2022 17:30:42 +0200 Subject: [PATCH 1/2] CLOUD-3051: Add Flexibility updates --- .../docs/system_administration.rst | 1 - cloud_edition/flexibility_mode/index.rst | 32 +++++++++++++------ 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/cloud_edition/flexibility_mode/docs/system_administration.rst b/cloud_edition/flexibility_mode/docs/system_administration.rst index 3832ba62e..641e61b8d 100644 --- a/cloud_edition/flexibility_mode/docs/system_administration.rst +++ b/cloud_edition/flexibility_mode/docs/system_administration.rst @@ -65,7 +65,6 @@ Alias Argument Action ``partners_systemctl `` ``status|start|stop|restart|enable|disable`` Show status, start/stop/restart or enable/disable job consumers. Refer to `this page `_ for more details ============================ ============================================ ====== - Third-party Software Installation --------------------------------- diff --git a/cloud_edition/flexibility_mode/index.rst b/cloud_edition/flexibility_mode/index.rst index ef726c43f..13083ee8f 100644 --- a/cloud_edition/flexibility_mode/index.rst +++ b/cloud_edition/flexibility_mode/index.rst @@ -24,24 +24,38 @@ Types of environments The system components are based on :doc:`../../../install_pim/manual/system_requirements/system_requirements`. -Updates and migrations ----------------------- - -Updates can include **patches** and **new features**. Integrators are accountables for applying new patches and performing migrations on the PIM. +PIM updates and migrations +-------------------------- + +Following the `Semantic Version `_, PIM has 2 main updates: + +- patches or minors versions: + Can include **bug fixes** and **new features**. + Integrators are accountables for applying new patches and performing migrations on the PIM. + You can refer to :doc:`../../../migrate_pim/upgrade_minor_version` for more details about the procedure. +- majors versions: + Requires **new versions** of software and various components. + Please contact us through the `Helpdesk > Cloud Flexibility and Serenity `_ to schedule the upgrade of the technological stack. + Then integrators are accountables for performing the PIM migration. + You can refer to :doc:`../../../migrate_pim/upgrade_major_version` for more details about the procedure. + +Quarterly System updates +------------------------ -You can refer to :doc:`../../../migrate_pim/index` for more details about the procedure. +In order for you to benefit the best of Flexibility experience, Akeneo schedules system updates on a quarterly basis. +These updates include **security patches** and **system improvements**. -.. note:: +They will be scheduled every last Wednesday/Thursday of the quarter following these time slots: - Major upgrades can require **new versions** of software and various components. - Please contact us through the `Helpdesk > Cloud Flexibility and Serenity `_ to schedule the upgrade of the tech stack. +- Asia/Australia: Starting **Wednesday at 3pm CET/CEST** +- Europe: Starting **Wednesday at 6pm CET/CEST** +- US: Starting **Thursday at 9am CET/CEST** Backups management ------------------ A snapshot of your production instance is made regularly and can be restored upon request. - Manage your environments ------------------------ .. toctree:: From ea471698107ebc03e525927828f4e78ca185fbdd Mon Sep 17 00:00:00 2001 From: LudovicTOURMAN <30794632+LudovicTOURMAN@users.noreply.github.com> Date: Mon, 28 Mar 2022 17:33:13 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- cloud_edition/flexibility_mode/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud_edition/flexibility_mode/index.rst b/cloud_edition/flexibility_mode/index.rst index 13083ee8f..c0a38d05d 100644 --- a/cloud_edition/flexibility_mode/index.rst +++ b/cloud_edition/flexibility_mode/index.rst @@ -31,12 +31,12 @@ Following the `Semantic Version `_, PIM has 2 main updates: - patches or minors versions: Can include **bug fixes** and **new features**. - Integrators are accountables for applying new patches and performing migrations on the PIM. + Integrators are accountable for applying new patches and performing migrations on the PIM. You can refer to :doc:`../../../migrate_pim/upgrade_minor_version` for more details about the procedure. - majors versions: Requires **new versions** of software and various components. Please contact us through the `Helpdesk > Cloud Flexibility and Serenity `_ to schedule the upgrade of the technological stack. - Then integrators are accountables for performing the PIM migration. + Then integrators are accountable for performing the PIM migration. You can refer to :doc:`../../../migrate_pim/upgrade_major_version` for more details about the procedure. Quarterly System updates