Cause: while creating a user/password dictionary to globally check potential inconsistencies in DB configuration across trees and incremental sessions (new check), changing the variable name (and partly its semantics) was forgotten in the specific PostgreSQL part.
Fix: use adequate variable
Extra fixes:
add missing semicolon separator at line 904
use correct marker name %DB_tree_user% (final % was missing) in 2 occurrences near line 980
Action: issu release 2.2.1
Last edit: Andre-Littoz 2017-03-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am aware of this bug.
You can download a fix in this thread and partially there.
Please report if it corrects the bug; I am waiting for positive feedback before issuing a bug fix release.
It looks like it does correct the %users issue, as in, it matches my hack of the script.
@Jaap: OK I upload a bug-fix release
Cause: while creating a user/password dictionary to globally check potential inconsistencies in DB configuration across trees and incremental sessions (new check), changing the variable name (and partly its semantics) was forgotten in the specific PostgreSQL part.
Fix: use adequate variable
Extra fixes:
Action: issu release 2.2.1
Last edit: Andre-Littoz 2017-03-25