decred / politeia

ISC License
110 stars 75 forks source link

dbutil: Update dump cmd. #1676

Closed lukebp closed 1 year ago

lukebp commented 1 year ago

This commit updates the dump command so that it works with all of the user database implemenations. It also simplifies the implementation to only allow for dumping a single user to stdout. There is no use case that requires dumping all of the users at once. The migrate command should be used when migrating databases, not the dump command.