xxxxxxxxxx
#1 Get the database container id
docker ps | grep coolify-db
#2 Access the command line
docker exec -it 4b14e88d77c9 bash
#3 Remove registries from the table
psql -U coolify
#4 And then, to remove the damaged registry, just execute the following command
DELETE FROM activity_log;
xxxxxxxxxx
import datetime
import time
time_in_ms = time.time()
print(datetime.datetime.fromtimestamp(time_in_ms))
#2024-12-09 21:57:25.320293