citusdata / citusdata/citus_docs
upgrade steps that include postgres upgrade needs revisiting
Open
- Dominant language
- CSS
- Stars
- 58
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
We have following in the upgrade steps.
```sql
INSERT INTO pg_catalog.pg_dist_node SELECT * FROM public.pg_dist_node;
TRUNCATE TABLE pg_catalog.pg_dist_local_group;
INSERT INTO pg_catalog.pg_dist_local_group SELECT * FROM public.pg_dist_local_group;
```
Do we really need truncate here ? needs to be investigated and documented accordingly
Contributor guide
Assessment
This issue has not been assessed yet.