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.
sysPass Version
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.