We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a090ff9 commit 47cb63aCopy full SHA for 47cb63a
doc/source/usage.rst
@@ -46,3 +46,14 @@ Running as a cron job
46
The best way of running ``cASO`` is via a cron job like the following::
47
48
10 * * * * caso-extract
49
+
50
+Migration from OSSSM
51
+--------------------
52
53
+If you had a previous installation of osssm, you can migrate to ``cASO``
54
+following these steps:
55
56
+#. Remove the previous osssm installation (e.g. remove apel-ssm-openstack rpm).
57
+#. Remove any cron jobs related to ``osssm.extract`` or ``osssm.push``, a single
58
+ cron job as described above is enough. You should keep the cron job that executes
59
+ ``ssmsend``, this is still needed to send the records to the accounting database.
0 commit comments