Ok, so the first thing I need to point out as I’m fairly new to docker and I have a couple of observations:
- The reversing of the tag naming scheme between
timescale
andtimescale-ha
is very confusing. - Why is the normal image under 380MB and the
-ha
image 3.3GB?!? Did I do something wrong?
So I have TS up and running and ingesting tons of data (almost 10MM records in two tables) and it’s been working pretty good. I’ve also being going through all the online documentation which is quite good overall. I started looking at some of the experimental functions and quickly figured out that I don’t have them.
A little googling helped me figure out that they’re not included in the standard image only in the ha
image.
So can I easily migrate?
Setup:
- OS: RHEL 8.6 on Azure VM
- Containers being managed by Podman