diff --git a/README.1st b/README.1st
index f48b1e1ff7759bb57b3378ebb02d38e91bf8eca5..4d46af8b26fa41be89b4a06741a24ec3c5caeade 100644
--- a/README.1st
+++ b/README.1st
@@ -1,6 +1,6 @@
-- the textfile 'exit_strategie.asciidoc' is a asciidoc document, it can
+- the textfile 'doc/deprecated_exit_strategie.asciidoc' is a asciidoc document, it can
 be used to generate various output files using asciidoc. As an example
-to generate html-output, call: "asciidoc exit_strategie.asciidoc". To get
+to generate html-output, call: "asciidoc deprecated_exit_strategie.asciidoc". To get
 correctly rendered ER-graphs, the asciidoc filter for 'ditaa' must be
 installed. To colorize the code-examples, the 'source-highlight'
 programm must be installed as well.
diff --git a/README.md b/README.md
index 22f0dae26ceae03520de90a1f5eee4006982e65a..656183e01066215008afc4726aca22979a82a021 100644
--- a/README.md
+++ b/README.md
@@ -6,16 +6,9 @@ longterm archive system and parses the metadata in AIP-packages and builds a
 database to find AIPs and associated metadata independently from the Exlibris
 Rosetta system.
 
-The script scans a given repository and creates an SQL script to create a
-database.
+The script scans a given repository and creates a SQLite database.
 
 This is part of the exit-strategy, for details, see asciidoc file
-'doc/exit_strategie.asciidoc' (also contains ER-diagram for database)
-
-file was tested with postgres-database sucessfully
-
-using:
-
-    $> psql -U romeyke -d exit_strategy \
-       -f rosetta_exit_strategy/tmp.sql -L rosetta_exit.log
+'doc/deprecated_exit_strategie.asciidoc' (also contains ER-diagram for database)
 
+Call the script with "perl exit_strategy --help" to get help.
diff --git a/doc/decisions/ADR-sqlite.asciidoc b/doc/decisions/ADR-sqlite.asciidoc
index 34227603b3f201b9df5f5d78ccdfd8ffc6647dc4..080f9e8a5f4b3ab0979709ba6e088aaf2580c1fa 100644
--- a/doc/decisions/ADR-sqlite.asciidoc
+++ b/doc/decisions/ADR-sqlite.asciidoc
@@ -23,7 +23,7 @@ Optional soll die Generierung des SQL-Scripts möglich bleiben.
 // Status: Proposed -> Accepted -> Superseded
 //                  -> Declined
 
-Proposed
+Accepted (in Fachsitzung 2021-07-28)
 
 == Kontext
 
diff --git a/doc/deprecated__exit_strategie.asciidoc b/doc/deprecated__exit_strategie.asciidoc
index e1aa4a7919916fd5946c34785a4a7d736b7bf7f7..d91a0ac9961e38997ee8fe1c348fd1e0359cafc0 100644
--- a/doc/deprecated__exit_strategie.asciidoc
+++ b/doc/deprecated__exit_strategie.asciidoc
@@ -5,6 +5,7 @@ Exit Strategie Rosetta
 :date: 2013-05-09
 :author: Andreas Romeyke
 :toc:
+:status: deprecated, use https://git.slub-dresden.de/slub-digitalpreservation/Richtlinien-und-Spezifikationen-SLUBArchiv[] instead!
 
 .Erzeugen HTML-Version dieses Dokumentes
 [TIP]