# Upgrade: "Installing logster" and freeze there?

**URL:** https://meta.discourse.org/t/upgrade-installing-logster-and-freeze-there/46207
**Category:** Support
**Created:** [2016年六月23日 00:23 UTC](https://meta.discourse.org/t/upgrade-installing-logster-and-freeze-there/46207 "2016-06-23T00:23:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![SidV](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sidv/32/119460_2.png) [@SidV](https://meta.discourse.org/u/SidV)
#### Post date: [2016年六月23日 00:23 UTC](https://meta.discourse.org/t/upgrade-installing-logster-and-freeze-there/46207/1 "2016-06-23T00:23:58Z")

</div>

My version: 1.6.0.beta7  
While upgrading:  
Installing logster 1.2.4  
And “freeze” in this step.

What can I do?

 ![](https://global.discourse-cdn.com/meta/original/3X/5/9/59c678304ee5cace201e756eb3c5c3c3b19c953d.png)

> Clic on “Reset upgrade” link?

The log:  
[https://gist.github.com/Osvalddo/bc429fc647eb95004813ed217e5dd14b](https://gist.github.com/Osvalddo/bc429fc647eb95004813ed217e5dd14b)

Any advice?

Thanks!

---

<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: [2016年六月23日 00:34 UTC](https://meta.discourse.org/t/upgrade-installing-logster-and-freeze-there/46207/2 "2016-06-23T00:34:27Z")

</div>

Log in via SSH and upgrade that way

```
cd /var/discourse
git pull
./launcher rebuild app

```

Make sure you have a 2GB swapfile, or upgrade may fail.

---

<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: [2016年六月23日 01:13 UTC](https://meta.discourse.org/t/upgrade-installing-logster-and-freeze-there/46207/3 "2016-06-23T01:13:36Z")

</div>


