Skip to content

Commit

Permalink
Update files for 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed Apr 15, 2021
1 parent 4f3b127 commit c0c228d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Unreleased
0.12.0 - 15/04/2020

Changed
Instance's will now be deleted after a migration
Expand Down
23 changes: 23 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,29 @@ systemctl restart httpd
```

## 0.11.X -> 0.12.0
```
cd /var/www/LxdMosaic
git fetch
git checkout v0.12.0
npm i
composer install --no-dev
vendor/bin/phinx migrate -e mysql
# Restart node server - be careful may interupt console sessions
pm2 restart all
#Ubuntu
systemctl restart apache2
#Centos
systemctl restart httpd
```

## 0.10.X -> 0.11.0
```
cd /var/www/LxdMosaic
Expand Down
2 changes: 1 addition & 1 deletion examples/install_with_clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.11.6
git checkout v0.12.0

npm install || exit $?

Expand Down
2 changes: 1 addition & 1 deletion examples/install_with_clone_centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi
# Move in LxdManager
cd /var/www/LxdMosaic || exit

git checkout v0.11.6
git checkout v0.12.0

npm install

Expand Down

0 comments on commit c0c228d

Please sign in to comment.