Hello there ! We're starting to see our Postgre da...
# prefect-server
s
Hello there ! We're starting to see our Postgre database get a bit bigger than we would like it to be and were wondering how we could limit its size ? I suppose we could cleanup old flow runs and flow versions after a while but I have no idea how we could do that. Are there any good practices on how to do this ? Cheers !
a
Hi Sylvain, you can try some ideas from this SO answer: https://stackoverflow.com/a/70680394/9509388
s
Awesome, thank you very much !