# OLD\_DUMP\_FILE error in 1.6.3

**URL:** https://meta.discourse.org/t/old-dump-file-error-in-1-6-3/50526
**Category:** Bug
**Created:** [2016年九月23日 06:28 UTC](https://meta.discourse.org/t/old-dump-file-error-in-1-6-3/50526 "2016-09-23T06:28:42Z")
**Posts on this page:** 3
**Page:** 1

<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: [2016年九月23日 06:28 UTC](https://meta.discourse.org/t/old-dump-file-error-in-1-6-3/50526/1 "2016-09-23T06:28:42Z")

</div>

Seems like you forgot to cherry pick this commit from `backup_restore.rb` into 1.6.2 / 1.6.3 so the constant is missing…

[https://github.com/discourse/discourse/commit/3e4b02bbd47cb6ff63520905fc17461e3549fb58#diff-f2264316983f015e569ab123763a1166R11](https://github.com/discourse/discourse/commit/3e4b02bbd47cb6ff63520905fc17461e3549fb58#diff-f2264316983f015e569ab123763a1166R11)

Resulting in:

```
Completed 500 Internal Server Error in 58ms (ActiveRecord: 34.9ms)
NameError (uninitialized constant BackupRestore::OLD_DUMP_FILE)
/var/www/discourse/lib/backup_restore/restorer.rb:118:in `initialize_state'

```

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2016年九月23日 06:53 UTC](https://meta.discourse.org/t/old-dump-file-error-in-1-6-3/50526/2 "2016-09-23T06:53:16Z")

</div>

Opps thank you for reporting!

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2016年九月24日 06:53 UTC](https://meta.discourse.org/t/old-dump-file-error-in-1-6-3/50526/3 "2016-09-24T06:53:44Z")

</div>

This topic was automatically closed after 24 hours. New replies are no longer allowed.
