diff --git a/hotfixes/2015-02-20-release-0.4.sh b/hotfixes/2015-02-20-release-0.4.sh
new file mode 100644
index 0000000000000000000000000000000000000000..52108b44ce8520a92bd6c652e32062bf86dbde8c
--- /dev/null
+++ b/hotfixes/2015-02-20-release-0.4.sh
@@ -0,0 +1,26 @@
+START
+
+cd /data/indiehosters
+git pull
+
+docker pull pierreozoux/rsyslog
+docker pull pierreozoux/haproxy
+docker pull pierreozoux/confd
+docker pull pierreozoux/postfix
+docker pull pierreozoux/nginx
+docker pull pierreozoux/mysql
+docker pull pierreozoux/wordpress
+docker pull pierreozoux/known
+docker pull pierreozoux/piwik
+docker pull pierreozoux/owncloud
+
+systemctl enable rsyslog
+systemctl start  rsyslog
+systemctl enable postfix
+systemctl disable email-forwarder
+
+cp /data/indiehosters/unit-files/* /etc/systemd/system
+
+reboot
+
+STOP