wallacepos icon indicating copy to clipboard operation
wallacepos copied to clipboard

Installer do not notify on failed popullation process

Open rcdeoliveira opened this issue 7 years ago • 1 comments

I was testing WallacePOS installer using Percona XtraDB Cluster as database server, this last one has as default directive "pxc_strict_mode=ENFORCING"[1] that avoids few operation. The install wizard didn't report issues and assumed every was fine, but when I reviewed database I realized that there was just one empty table (auth). The install wizard should catch errors on database population and inform about it.

rcdeoliveira avatar Dec 06 '17 04:12 rcdeoliveira

Had the same problem. Got weird errors about the database when I tried to continue configuring things. The lack of error message really makes it awkward to figure out what happened. Especially if it happens late in the SQL file (so it appears to have worked fine at first glance).

supertin avatar Feb 06 '18 05:02 supertin