<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="https://mdbraber.com/blog/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mdbraber.com/blog/" rel="alternate" type="text/html" /><updated>2017-05-15T18:21:20+02:00</updated><id>https://mdbraber.com/blog/</id><title type="html">Maarten den Braber</title><subtitle>Personal blog of Maarten den Braber
</subtitle><entry><title type="html">Upgrading mastodon in Docker</title><link href="https://mdbraber.com/blog/nerdalert/2017/05/15/upgrading-mastodon.html" rel="alternate" type="text/html" title="Upgrading mastodon in Docker" /><published>2017-05-15T18:03:00+02:00</published><updated>2017-05-15T18:03:00+02:00</updated><id>https://mdbraber.com/blog/nerdalert/2017/05/15/upgrading-mastodon</id><content type="html" xml:base="https://mdbraber.com/blog/nerdalert/2017/05/15/upgrading-mastodon.html">&lt;p&gt;If you’re running a &lt;a href=&quot;https://github.com/tootsuite/mastodon&quot;&gt;Mastodon&lt;/a&gt; instance in Docker and need to upgrade, use the following
commands to upgrade to a new tagged release (e.g. 1.3.3):&lt;/p&gt;

&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;git fetch
git status
git stash
git checkout v1.3.3
git stash pop
docker-compose build
docker-compose run --rm web rake db:migrate
docker-compose run --rm web rake assets:precompile
docker-compose up -d
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;The &lt;code class=&quot;highlighter-rouge&quot;&gt;git stash&lt;/code&gt; command is used to prevent the new release from overwriting your config files and other files that you’ve changed
for your config.&lt;/p&gt;</content><author><name></name></author><category term="mastodon" /><summary type="html">If you’re running a Mastodon instance in Docker and need to upgrade, use the following commands to upgrade to a new tagged release (e.g. 1.3.3):</summary></entry><entry><title type="html">Welcome to mdbraber.com in 2017</title><link href="https://mdbraber.com/blog/update/2017/05/15/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Welcome to mdbraber.com in 2017" /><published>2017-05-15T16:31:17+02:00</published><updated>2017-05-15T16:31:17+02:00</updated><id>https://mdbraber.com/blog/update/2017/05/15/welcome-to-jekyll</id><content type="html" xml:base="https://mdbraber.com/blog/update/2017/05/15/welcome-to-jekyll.html">&lt;p&gt;For a while now I’ve been meaning to reshuffle things and update my website and corresponding blog. So that’s what I’ve done. Instead
of trying to do everything right at once, I will gradually be writing and adding content to this blog. Most of what I’m writing about
will be personal opinions - expect another place where I will post on all the nerd-stuff I’m interested in.&lt;/p&gt;

&lt;p&gt;Hope to see you back!&lt;/p&gt;</content><author><name></name></author><summary type="html">For a while now I’ve been meaning to reshuffle things and update my website and corresponding blog. So that’s what I’ve done. Instead of trying to do everything right at once, I will gradually be writing and adding content to this blog. Most of what I’m writing about will be personal opinions - expect another place where I will post on all the nerd-stuff I’m interested in.</summary></entry></feed>