Product Selector

Fusion 5.9
    Fusion 5.9

    Lock ConfigSync to one commit

    ConfigSync can lock the configuration to a specific commit.

    This means that ConfigSync :

    • Does not apply any commits that are newer than the locked commit

    • Does not update changes from the Fusion cluster to the Git repository

    You can set locked-commit using the API:

    PUT /api/properties/locked-commit
    Content-Type: text/plain
    
    COMMIT_SHA1

    Replace COMMIT_SHA1 with the commit SHA1 to which you want to lock ConfigSync.

    If locked-commit precedes latest-synced-commit, ConfigSync reverts all changes to the locked-commit and sets latest-synced-commit to locked-commit.