Comment puis-je obtenir les informations de version actuelle à partir de ma sauvegarde ?

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.

3 « J'aime »