From 8362c09622e8313ecb89cc1cd5f309ea2a48b4f4 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Wed, 2 Mar 2022 12:06:55 +0100
Subject: [PATCH] L2SS-541: update archiver readme file

---
 tangostationcontrol/tangostationcontrol/toolkit/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/toolkit/README.md b/tangostationcontrol/tangostationcontrol/toolkit/README.md
index babdfac56..adcd1a321 100644
--- a/tangostationcontrol/tangostationcontrol/toolkit/README.md
+++ b/tangostationcontrol/tangostationcontrol/toolkit/README.md
@@ -4,9 +4,9 @@ The Archiver class in archiver.py defines the methods to manage the device attri
 
 The main components (and the relative Docker containers) are:
 
-- Configuration Manager (container: hdbpp-cm): Device server that assists in adding, modifying, moving, deleting an Attribute to/from the archiving system
-- Event Subscriber (container: hdbpp-es): The EventSubscriber TANGO device server, is the archiving system engine. On typical usage, it will subscribe to archive events on request by the ConfigurationManager device. The EventSubscriber is designed to start archiving all the already configured Attributes, even if the ConfigurationManager is not running. Moreover, being a TANGO device, the EventSubscriber configuration can be managed with Jive.
-- Archiving DBMS (container: archiver-maria-db): Specific Database devoted to storing attribute values.
+- Configuration Manager (container: hdbppts-cm): Device server that assists in adding, modifying, moving, deleting an Attribute to/from the archiving system
+- Event Subscriber (container: hdbppts-es): The EventSubscriber TANGO device server, is the archiving system engine. On typical usage, it will subscribe to archive events on request by the ConfigurationManager device. The EventSubscriber is designed to start archiving all the already configured Attributes, even if the ConfigurationManager is not running.
+- Archiving DBMS (container: archiver-timescale): Specific Database devoted to storing attribute values.
 - (Optional) HDB++ Viewer (container: hdbpp-viewer): Standalone JAVA application designed to monitor signals coming from database
 
 ## Archiver creation
-- 
GitLab