-
I am using: Now I need to migrate dbs to a new cluster with Postgresql / Timescaledb lastest version but my DBs are very big, almost 5Tbs. Please help me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello If the task is to update Postgres and extensions, then you can do it in place. Use the pg_upgrade.yml playbook to upgrade the PostgreSQL to a new major version. Example:
More details here https://github.com/vitabaks/postgresql_cluster/blob/master/roles/upgrade/README.md |
Beta Was this translation helpful? Give feedback.
See the example here #31
or just add the
enable_timescale: true
variable.