Skip to content

Commit

Permalink
[EDP-DDM-00000] Updated script in delete-docs-s3-ceph-redis-buckets.adoc
Browse files Browse the repository at this point in the history
Change-Id: I7b8be5d33ed98bf2030f6333507eae545685053e
(cherry picked from commit 43a966f8a01080158646df9befa8d22db6492d3f)
(cherry picked from commit d2d4f080d466c2428d47b9e4a7ed428ad9703613)
(cherry picked from commit ff9d34c6360e45204e031ed968ba17a020e5f1e7)
  • Loading branch information
Anton Tuhai committed Oct 28, 2024
1 parent 0378bb0 commit b71ee5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include::platform:ROOT:partial$templates/document-attributes/default-set-ua.adoc
psql
\c camunda
COPY (select ae.id_ "process-instance-id", arv.text_ "start-form-document-key" from act_ru_execution ae left join act_ru_variable arv on ae.id_ = arv.proc_inst_id_ and arv.name_ = 'start_form_ceph_key' where ae.parent_id_ is null) TO '/tmp/process_instance_ids.csv' csv header;
COPY (select ae.id_ "process-instance-id", arv.text_ "start-form-document-key" from act_ru_execution ae left join act_ru_variable arv on ae.id_ = arv.proc_inst_id_ and arv.name_ in ('start_form_ceph_key', 'start_message_payload_storage_key') where ae.parent_id_ is null) TO '/var/tmp/process_instance_ids.csv' csv header;
----

. *Копіювання згенерованого CSV-файлу на локальну машину*.
Expand Down

0 comments on commit b71ee5e

Please sign in to comment.