In brief:
I need to remove TimescaleDB in order to install a different version. Since there’s no ‘make uninstall’ script, I’m seeking guidance on the proper way to uninstall it cleanly.
What directories have to be deleted?
I read this tutorial: +https://docs.timescale.com/self-hosted/latest/uninstall/uninstall-timescaledb/ but points >2 do not me help me.
Hi Malte, that’s a great point. I think we don’t have it. It would be a great suggestion to make it part of the official scripts. Our scripts are always overriding it.
Feel free to suggest it as a feature. You need to reverse the installation and it involves undo this steps that is timescaledb_move.sh. You can get it by getting the content with: cat $(which timescaledb_move.sh)