-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postgresql cluster (patroni) with timescaledb. #31
Comments
timescaledb repository for RHEL/CentOS 7/8 (in the /vars/RedHat.yml variable file)
|
timescaledb repository for Ubuntu (in the /vars/Debian.yml variable file):
|
PostgreSQL 12 support added in TimescaleDB since version 1.7.0 (2020-04-16) Deprecation Notice: |
Great Work! Ref: https://docs.timescale.com/latest/getting-started/configuring |
@marcusteixeira Thanks for your feedback!
That is unnecessary. |
Hmmm....very interesting this TimescaleDB. Thanks! |
PostgreSQL 13 support added in TimescaleDB since version 2.1.0 (2021-02-22) |
PostgreSQL 11 is not supported with TimescaleDB 2.4. |
PostgreSQL 14 support added in TimescaleDB since version 2.5.0 (2021-10-28) |
+1 for implementation |
@sojjan1337 what do you mean by implementation? After all, this has already been implemented, just specify the necessary variables as indicated above. |
Can i enable timescale from start in a configuration-file? enable_timscale = True Thanks! |
@sojjan1337 ok, I'll look for time to implement this functionality |
Big thanks! I'm using this for a Zabbix 6 HA setup. Would be great to have a ansible-playbook to set this up with both zabbix and postgres. Have a nice evening. :) |
PostgreSQL 15 support added in TimescaleDB since version 2.10.0 (2023-02-21) |
YoYo! Does this mean that when i run your latest ansible-playbook with postgres15, timescale is installed by default? Big thanks man! |
Please see the instructions: #31 (comment)
TODO - #235 |
Now, to deploy a PostgreSQL High-Availability Cluster (based on "Patroni") with the TimescaleDB extension, you just need to specify only one variable Example:
|
PostgreSQL 12 is not supported starting with TimescaleDB 2.12. |
PostgreSQL 16 support added in TimescaleDB since version 2.13.0 (2023-11-28) |
PostgreSQL 13 is not supported starting with TimescaleDB 2.16.0 (2024-07-31) |
Question:
Could you please send across, or the changes that i need to make on postgresql cluster to make it work for timescaledb.
Answer:
Everything is very simple!
And I myself use timescaledb in production in this cluster scheme.
Please read the documentation to get started: https://docs.timescale.com/latest/getting-started/installation/
Example for:
Installation on:
Debian
Install method:
apt
PostgreSQL version:
15
postgresql_packages
variable (in the /vars/Debian.yml variable file):Specify all other variables according to your personal requirements for the database cluster.
Deployment: quick start
The text was updated successfully, but these errors were encountered: