Column storageadmin_share.pqgroup_rusage does not existLINE 1: ...n_share"."rusage", "storageadmin_share"."eusage", "storagead... ^

[quote=“grizzly, post:31, topic:2847”]
Maybe I can just ignore bootstrap and assume this issue is benign, no other problems now.
[/quote]I’m seeing weird stuff, so I no longer think ignoring the failed bootstrap service is sensible. How can I troubleshoot rockstor-bootstrap.service failing to start? :

[root@nas mnt2]# systemctl status rockstor-bootstrap.service -l
● rockstor-bootstrap.service - Rockstor bootstrapping tasks
Loaded: loaded (/etc/systemd/system/rockstor-bootstrap.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2017-04-25 12:48:30 BST; 4min 27s ago
Process: 15242 ExecStart=/opt/rockstor/bin/bootstrap (code=exited, status=1/FAILURE)
Main PID: 15242 (code=exited, status=1/FAILURE)

Apr 25 12:48:30 nas bootstrap[15242]: Exception occured while bootstrapping. This could be because rockstor.service is still starting up. will wait

2 seconds and try again. Exception: [‘Internal Server Error: No JSON object could be decoded’]
Apr 25 12:48:30 nas bootstrap[15242]: Max attempts(15) reached. Connection errors persist. Failed to bootstrap. Error: [‘Internal Server Error: No JSON object could be decoded’]
Apr 25 12:48:30 nas systemd[1]: rockstor-bootstrap.service: main process exited, code=exited, status=1/FAILURE
Apr 25 12:48:30 nas systemd[1]: Failed to start Rockstor bootstrapping tasks.
Apr 25 12:48:30 nas systemd[1]: Unit rockstor-bootstrap.service entered failed state.
Apr 25 12:48:30 nas systemd[1]: rockstor-bootstrap.service failed.

Followed suggestion in this forum topic for a similar error, to check the existence of “/opt/rockstor/src/rockstor/storageadmin/migrations/0042_auto__add_field_disk_smart_options__add_field_disk_role.py”, but I have no such file

Any suggestions? Pretty close to trashing this installation, reinstalling Rockstor and reimporting pools & shares.