Hello,
Anyone know how to install TimescaleDB on a percona-postgresql-13?
If I install it regarding to the docs on TimescaleDB I’ve a dependency problem:
# apt install timescaledb-2-2.4.2-postgresql-13
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
timescaledb-2-2.4.2-postgresql-13 : Depends: postgresql-13 (>= 13.4)
E: Unable to correct problems, you have held broken packages.
posgresql-13 is indeed no installed, because I installed percona-postgresql-13.
Any ideas how to solve this?
Thanks,
Erik