nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
976 stars 208 forks source link

Very minor question/comment on version numbers in config.xml #1867

Open MarcSamD opened 2 years ago

MarcSamD commented 2 years ago

sysPass Version image

Describe the question I use git method for minor updates in sysPass, so basically removing/updating any file inside /syspass folder except for /syspass/app/config folder (in order to keep my keys and all my configurations details).

But the config.xml is including <appVersion> <configVersion> <databaseVersion> hardcoded so it makes the "Application Information" very misleading with different version numbers as shown on the screenshot above.

So either my way of updating sysPass is wrong (but I don't see how I could automatically update the config.xml without losing all my settings), either I suggest that these 3 "Versions" parameters are moved out of the config.xml and config folder. BTW logically speaking, they are not configuration parameters.