Minor updates
This commit is contained in:
parent
3b1e19f352
commit
f480f51e04
@ -67,11 +67,11 @@ RUN SOURCE_URL=http://YOUR_SITE_URL_HERE && \
|
||||
```
|
||||
|
||||
**NOTE**: Some information on what is occuring here.
|
||||
* This is an "new install" (lines 1-5) then followed by an "upgrade" (lines 6-12). The reason for the new install first, is that the Spectrum Protect license files and license libraries are not available in upgrades (from Fix Central). So you'll need to install from your downloaded media from Passport Advantage, and then upgrade it to the latest release from Fix Central.
|
||||
If you sourced your installation media from Passport Advantage, then the license files and libraries are probably in that installation media, so you only need to run lines 1-5.
|
||||
* To avoid the resulting Docker Image being too large, we download the installation media from a web server (Line 2) and then delete it after it has been expanded (line 3). We also do the same for up upgrade package (lines 7 & 8).
|
||||
* Lines 4 and 9 are silent installation methods for install SP and applying updates.
|
||||
* Lines 5 and 10 delete any installation files to reduce the size of the resulting Docker Image.
|
||||
* This is an "new install" (lines 1-6) then followed by an "upgrade" (lines 7-11). The reason for the new install first, is that the Spectrum Protect license files and license libraries are not available in upgrades (from Fix Central). So you'll need to install from your downloaded media from Passport Advantage, and then upgrade it to the latest release from Fix Central.
|
||||
If you sourced your installation media from Passport Advantage, then the license files and libraries are probably in that installation media, so you only need to run lines 1-6.
|
||||
* To avoid the resulting Docker Image being too large, we download the installation media from a web server (Line 3) and then delete it after it has been expanded (line 4). We also do the same for up upgrade package (lines 8 & 9).
|
||||
* Lines 5 and 10 are silent installation methods for install SP and applying updates.
|
||||
* Lines 6 and 11 delete any installation files to reduce the size of the resulting Docker Image.
|
||||
|
||||
### Spectrum Protect Post-Installation
|
||||
|
||||
|
@ -97,4 +97,4 @@ show the upgrade
|
||||
Happy days :)
|
||||
|
||||
> If something did go pear shapped, then revert your snapshot (or if it is read only, copy the files back to the original path) and then start your container with the original image (the old version) of SP. It should start up as normal as if it was only shut down temporarily.
|
||||
> If you really have problems, you have that backup to recover from! Start the container with the `restore <PASSWORD>` option - you'll need a DBDIRS.TXT file as well in the instance home directory. More info on recovering [here](#recover).
|
||||
> If you really have problems, you have that backup to recover from! Start the container with the `restore <PASSWORD>` option - you'll need a DBDIRS.TXT file as well in the instance home directory. More info on recovering [here](recover).
|
||||
|
Reference in New Issue
Block a user