I have been using the Native Postgresql till now and want to migrate to timescaledb.
I have performed following steps and require help to understand if it's the right process or there's any better alternative?
- Migrate the db docker image to use the timescaledb.
- Install the timescaledb extension.
- Update the schema_type of table admin.storage_schema_type to timescaledb from postgresql.
- Rename 494984 metrics like (table_stats to table_stats_old)
- Remove and add the metrics from the preset so that it's automatically created.
- Migrate the older data (last x days). Eg. table_stats_old to table_stats