Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to the server where Syndeia Cloud is installed.

  2. Navigate to the folder {syndeia$SC_home}HOME/devops-3.5 (eg. /opt/icx/syndeia-cloud-current/devops-3.5/bin)

Run the delete repository command

  1. Run the command to start the cascading delete of the repository.

bin./devops -Dsyndeia.client.action=delete -Dsyndeia.delete.repoKey=<repository sKey> -Dsyndeia.client.username=<username> -Dsyndeia.client.password=<password> -Dconfig.file=/opt/icx/syndeia-cloud-current/devops-$SC_snapshot_version/conf/application.conf

where,

repository sKey: the Syndeia key (sKey) of the repository that you want to delete (eg. REPO2, REPO90, REPO57, etc.)

username: Username of the user with delete permissions on all the Syndeia entities - Repository, Container, Artifact, Relation, Artifact Type, Container Type and Relation Type

password: Password for the username provided.

Info

Note, if you have enabled HTTPS only, please ensure you have updated the web-gateway URL in the lagom.services section of the devops' conf/application.conf file beforehand (see Securing Syndeia Cloud for more details)

2. Once the command is run, the Syndeia DevOps client will systematically start deleting the children of the given repository starting from the relations

...