Skip to content

Commit

Permalink
Adds migration for release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreozoux committed Feb 20, 2015
1 parent 0687013 commit 4877abc
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions hotfixes/2015-02-20-release-0.4.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4877abc

Please sign in to comment.