# 我如何从备份中获取当前版本信息？

**URL:** https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077
**Category:** Support
**Created:** [2025 年5 月 21 日 15:44 UTC](https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077 "2025-05-21T15:44:44Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [2025 年5 月 24 日 11:30 UTC](https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077/9 "2025-05-24T11:30:38Z")

</div>

是的，由于一个错误，此表可能会变得非常大，请参阅 [Clean up user\_auth\_token\_logs?](https://meta.discourse.org/t/clean-up-user-auth-token-logs/326397)

如果这成为一个问题，您可以停止备份，进入 rails 控制台

```plaintext
rails c
UserAuthTokenLog.delete_all

```

然后重新启动备份。

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077)._
