Issue 2288: database related error when adding user via set-account on 2.5.2
Status:  New
Owner: ----
Reported by dylan.bo...@enalean.com, Nov 28, 2013
Hi, 

I'm getting the following error when I try to add a new user on gerrit 2.5.2 via the set-account command-line option.

2013-10-11T18:48:19+02:00 [debug] Result: array (
  'exit_code' => 1,
  'std_out' => '',
  'std_err' => 'fatal: database is down
',
)

For info, I have an ldap auth with mysql database on a remote server and the database was not down during any of my attempts.

This only seems to be an issue when I use set-account with users that have never signed-in to the gerrit UI before; using set-account with users that have logged-in to gerrit at least once does not cause this issue.

Any help welcome,
Thanks