We need to purge cache in CLI (precisely the "Settings (Persistence)" cache). Of course we know how to do that from the GUI, but wonders if it could be possible from CLI. We do not find that with APIs. Is it possible to purge this cache from CLI ?
Thank you,
Regards,
Stephane.
It works in python :
from atlassian import Confluence
confluence = Confluence(
url='https://confluence.example.fr',
username='admin',
password='XXXXXXXXX')
confluence.clean_package_cache(cache_name='com.atlassian.bandana.BandanaPersister')
Hello @Stephane DUGRAVOT ,
Could you please give details on what CLI you mea? (BoB Swift CLI addon/AtlasPS, Python CLI...) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We tried Bob swift and APIs call (curl). Found nothing in both of them.
Stephane.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I can see, there is no direct API to purge the cache directly. I suppose that you can just try to develop a custom REST API with Atlassian SDK to trigger it via network or use some Web crawling to it on behalf of a user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.