# Update my install to the newest version - from 0.9.7.9

**URL:** <https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897>\
**Category:** Marketplace\
**Created:** [20.Февраль.2014 11:42:01 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897 "2014-02-20T11:42:01Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![stance455](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stance455/32/255345_2.png) [@stance455](https://meta.discourse.org/u/stance455)\
**Post date:** [20.Февраль.2014 11:42:01 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897/1 "2014-02-20T11:42:01Z")

</div>

I have [standard install](https://meta.discourse.org/t/142537?silent=true) of discourse running on a digital ocean cloud server, I used the [Official Discourse Install Guide to install and update](https://github.com/discourse/discourse/blob/master/docs/INSTALL-ubuntu.md)

I was updating on my own using the guide but up until recently ran into a snag with some new files being added and whatnot. I restored my droplet to a previous snapshot so its running 100% on 0.9.7.9 at the moment

This should be simple for someone who knows what he/shes is doing, there are no customizations on my install other than a custom header

I can give you root access to my droplet on digital ocean and paypal you your price for updating

Thanks

---

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [20.Февраль.2014 19:33:38 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897/2 "2014-02-20T19:33:38Z")

</div>

Eh, sure, I’ll do it. PM me.

My public key is this, add it to the root’s `~/.ssh/authorized_keys` instead of giving me the password:

```
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSnKNsGL1muizhZ/QN/2xNkIvoeG3AkeWz/0SV/AaVKxnsMvbTHIJXe2vle6lSU/6YRRr/BCsCIrZb4qk0/vlx/p5pJmqhT7Wp8XIYnmBGO5B38PT2aycKoHIWT3Os9ExmyrFfClOrjfcUxzE1pF43myqDD0B7SpmzBWcMLDpl5D2pza4EmsOgF6eB0OGDmM9gBA9wswHa9At2337heZAN/bVRZ49YpAG02gTuQuVdb00ioQpv6rAZUsANiQh0XycqHvE0RBvGlwjfLHGe9GYYPrKLeFPLeKreERbfWnM5PAmexLG0I09WvyY3ChN0X9y6KH5Q1b+vWAMwIV9dyuRZ kane@kane-HP-ENVY-TS-15-Notebook-PC

```

---

<div class="post-metadata">

**Author:** ![stance455](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stance455/32/255345_2.png) [@stance455](https://meta.discourse.org/u/stance455)\
**Post date:** [20.Февраль.2014 19:41:38 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897/3 "2014-02-20T19:41:38Z")

</div>

Thanks, I appreciate it

PM sent

---

<div class="post-metadata">

**Author:** ![michaeld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michaeld/32/1594_2.png) [@michaeld](https://meta.discourse.org/u/michaeld)\
**Post date:** [20.Февраль.2014 21:10:28 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897/4 "2014-02-20T21:10:28Z")

</div>

(FWIW since you already seem to have found a solution)

We offer migrations from Bitnami (or any other hosted instance) to [our Discourse hosting service](https://www.communiteq.com/).  
The migration is free if you commit for at least one year.

---

<div class="post-metadata">

**Author:** ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)\
**Post date:** [22.Февраль.2014 05:26:54 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897/5 "2014-02-22T05:26:54Z")

</div>

I have just installed Docker on stance’s DO instance, and it’s working great.

> **[The FlyNumber Forum](https://discuss.flynumber.com/)**
>
> FlyNumber Discussion along with anything telecom or VoIP related.

The backups in the admin panel are great - create backup and download from old forum, start Docker, upload backup **([thanks](https://github.com/discourse/discourse/commit/68a935c36b9ef08effe9bf6fb5f85b4e7ceef0c8#commitcomment-5457693) @zogstrip!)** , enable restore, restore backup, **stop the container, start the container** , and we’re all done!

Additionally, here’s a command to copy your assets into Docker, assuming `./launcher ssh` works:

```
cd /home/discourse/public/assets
scp -P 2222 customimage1.png customimage2.png favicon.ico localhost:/var/www/discourse/public/assets

```

EDIT: It’s kinda weird to think that if I did this just 1 day earlier, it would’ve been harder for me to move the backup to the new install. That’s the perks of living on the bleeding edge! 😉

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [12.Февраль.2015 05:58:26 UTC](https://meta.discourse.org/t/update-my-install-to-the-newest-version-from-0-9-7-9/12897/6 "2015-02-12T05:58:26Z")

</div>


