Bug #7380
closedObsolete db path in mentat-cleanup.py.conf
100%
Description
There is still path to PostgreSQL 12 in cleanup config file. It should not make hard problems, because it is probably there only to have a possibility to find out database size. It could be shortened to not include version, or this functionality removed altogether.
(There is also longer threshold than on our production, which I recommend to leave as is now, as it could cause for users using default config to lose 3 months of data.)
Updated by Rajmund Hruška over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
The database path is used only for calculating file space usage. Old versions of postgreSQL are removed when upgrading the postgreSQL, so the path doesn't have to contain the version.
Updated by Rajmund Hruška over 3 years ago
I have noticed that there are sections in "Upgrading PostgreSQL from X to Y" in the documentation regarding the changing of the database path in the cleanup configuration file. Because of the last change in the #6800 (assuming that Mentat is upgraded to the latest version) I think that those sections can be removed.
Updated by Rajmund Hruška over 3 years ago
- Status changed from Resolved to In Review
Merged into devel.