Somesh Agarwal
04/19/2024, 11:46 AMYour last call to change retention period to 7 days is pending. This may take some time.
Can you please help with this?Srikanth Chekuri
04/19/2024, 5:04 PMSomesh Agarwal
04/20/2024, 10:33 AMSomesh Agarwal
04/22/2024, 8:32 AMSrikanth Chekuri
04/22/2024, 4:37 PMRifki Pratama
04/24/2024, 7:42 AMVishal Sharma
04/24/2024, 11:25 AMdocker exec -it query-service sh
Run the following:
# install sqlite
apk update
apk add sqlite
# open sqlite with signoz.db
sqlite3 /var/lib/signoz/signoz.db
# (sqlite shell) check existing ttl status
select * from ttl_status;
# delete all rows of ttl_status
DELETE FROM ttl_status;
Now you can retry again.Vishal Sharma
04/24/2024, 11:31 AMSomesh Agarwal
04/25/2024, 8:14 AM