# Can existing polls be updated? (1.2.0.beta3 -\> newest version)

**URL:** <https://meta.discourse.org/t/can-existing-polls-be-updated-1-2-0-beta3-newest-version/30201>\
**Category:** Support\
**Created:** [2015年六月19日 09:54 UTC](https://meta.discourse.org/t/can-existing-polls-be-updated-1-2-0-beta3-newest-version/30201 "2015-06-19T09:54:30Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![anon61128213](https://avatars.discourse-cdn.com/v4/letter/a/eb9ed0/32.png) [@anon61128213](https://meta.discourse.org/u/anon61128213)\
**Post date:** [2015年六月19日 09:54 UTC](https://meta.discourse.org/t/can-existing-polls-be-updated-1-2-0-beta3-newest-version/30201/1 "2015-06-19T09:54:30Z")

</div>

Over at the [Fairphone Forum](https://forum.fairphone.com/) we are still running Version 1.2.0.beta3. (and in the admin panel it says that’s the latest version, but that’s another issue)  
I’m wondering if we can update our existing polls to [fancy new polls](https://meta.discourse.org/t/a-better-poll-bar-chart-feature/28008) without loosing the already submitted votes when the forum software gets updated.

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2015年六月19日 09:58 UTC](https://meta.discourse.org/t/can-existing-polls-be-updated-1-2-0-beta3-newest-version/30201/2 "2015-06-19T09:58:58Z")

</div>

Yes, you will need to run the `poll:migrate_old_polls` rake task.

SSH into your server and then

```plaintext
cd /var/discourse
./launcher enter app
rake poll:migrate_old_polls

```

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2015年六月19日 10:36 UTC](https://meta.discourse.org/t/can-existing-polls-be-updated-1-2-0-beta3-newest-version/30201/3 "2015-06-19T10:36:33Z")

</div>


