|
@@ -101,8 +101,10 @@ To upgrade vmray:
|
|
|
2) Upload into the S3 afs-xdr-binaries bucket.
|
|
|
3) Update the version and the hashes in `msoc-infrastructure/salt/fileroots/vmray/init.sls`
|
|
|
4) Run `salt vmray\* state.sls vmray --output-diff` from the salt master.
|
|
|
-5) Run `find /opt/vmray -type f -exec chmod g+r,o+r {} \;`
|
|
|
-5) Run `find /opt/vmray -type d -exec chmod g+rx,o+rx {} \;`
|
|
|
+5) On both server:
|
|
|
+ - Run `find /opt/vmray -type f -exec chmod g+r,o+r {} \;`
|
|
|
+ - Run `find /opt/vmray -type d -exec chmod g+rx,o+rx {} \;`
|
|
|
+ - Run `chown -R vmray:vmray /opt/vmray`
|
|
|
6) log into the _worker_
|
|
|
7) `cd /opt/vmray/bin/`
|
|
|
8) `sudo -u vmray ./vm_setup.py`
|