Hi Folks, I just try to cleansing data that store ...
# talk-hydra
h
Hi Folks, I just try to cleansing data that store for the log time via hydra-cli. Normally it working fine on the stage environment but in the production data still not delete. I am not quite sure for the exactly options for command Command:
hydra janitor <postgres://db-name>:db-pass@127.0.0.1:5432/oauth?search_path=hydra --tokens --access-lifespan 3h --refresh-lifespan 1440h
Questions: 1. If I not use options --lifespan, this command will be delete all data, right? or just delete only expired data? 2. For the lifes-span option, I set to 1440h It should mean delete data that older 1440h (3 months), right? 3. Is it possible to provide example command to delete only expired data?
@gifted-salesmen-20057 Sorry to mentioned you for the previous question.