Yes, this table can get very large because of a bug, see Clean up user_auth_token_logs?
If it becomes a problem then you could stop the backup, enter the rails console
rails c
UserAuthTokenLog.delete_all
and then restart the backup.
Yes, this table can get very large because of a bug, see Clean up user_auth_token_logs?
If it becomes a problem then you could stop the backup, enter the rails console
rails c
UserAuthTokenLog.delete_all
and then restart the backup.