Advertisement
Guest User

deviceauth sync

a guest
Oct 7th, 2021
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. $ docker exec -it menderproduction_mender-device-auth_1 sh
  2. / # deviceauth propagate-inventory
  3. INFO[2021-10-08T02:08:35Z] running migrations in single tenant mode file=datastore_mongo.go func="mongo.(*DataStoreMongo).Migrate" line=437
  4. INFO[2021-10-08T02:08:35Z] automigrate is OFF, will check db version compatibility file=datastore_mongo.go func="mongo.(*DataStoreMongo).Migrate" line=443
  5. INFO[2021-10-08T02:08:35Z] migrating deviceauth file=datastore_mongo.go func="mongo.(*DataStoreMongo).MigrateTenant" line=475
  6. INFO[2021-10-08T02:08:35Z] Device Authentication Service, version unknown starting up
  7. INFO[2021-10-08T02:08:35Z] setting up prod middleware file=middleware.go func=main.SetupMiddleware line=138
  8. INFO[2021-10-08T02:08:35Z] listening on :8080
  9. listen tcp :8080: bind: address already in use
  10. / # deviceauth propagate-inventory-statuses
  11. INFO[2021-10-08T02:08:40Z] propagating inventory for all tenants file=commands.go func=cmd.selectDbs line=250
  12. INFO[2021-10-08T02:08:40Z] no tenant DBs found - will try the default database deviceauth file=commands.go func=cmd.selectDbs line=259
  13. INFO[2021-10-08T02:08:40Z] propagating device statuses to inventory from DB: deviceauth file=commands.go func=cmd.tryPropagateStatusesInventoryForDb line=349
  14. INFO[2021-10-08T02:08:40Z] Done with DB deviceauth status=pending file=commands.go func=cmd.tryPropagateStatusesInventoryForDb line=368
  15. INFO[2021-10-08T02:08:40Z] Done with DB deviceauth status=rejected file=commands.go func=cmd.tryPropagateStatusesInventoryForDb line=368
  16. INFO[2021-10-08T02:08:43Z] Done with DB deviceauth status=accepted file=commands.go func=cmd.tryPropagateStatusesInventoryForDb line=368
  17. INFO[2021-10-08T02:08:43Z] Done with DB deviceauth status=preauthorized file=commands.go func=cmd.tryPropagateStatusesInventoryForDb line=368
  18. INFO[2021-10-08T02:08:43Z] Done with DB deviceauth status=noauth file=commands.go func=cmd.tryPropagateStatusesInventoryForDb line=368
  19. INFO[2021-10-08T02:08:43Z] all DBs processed, exiting. file=commands.go func=cmd.PropagateStatusesInventory line=214
  20. / # deviceauth propagate-inventory-id-data
  21. INFO[2021-10-08T02:08:45Z] propagating inventory for all tenants file=commands.go func=cmd.selectDbs line=250
  22. INFO[2021-10-08T02:08:45Z] no tenant DBs found - will try the default database deviceauth file=commands.go func=cmd.selectDbs line=259
  23. INFO[2021-10-08T02:08:45Z] propagating device id_data to inventory from DB: deviceauth file=commands.go func=cmd.tryPropagateIdDataInventoryForDb line=391
  24. INFO[2021-10-08T02:08:52Z] Done with DB deviceauth file=commands.go func=cmd.tryPropagateIdDataInventoryForDb line=406
  25. INFO[2021-10-08T02:08:52Z] all DBs processed, exiting. file=commands.go func=cmd.PropagateIdDataInventory line=236
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement