You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/enterprise/upgrading.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,25 @@ layout: en_enterprise
9
9
> Before upgrading, we **strongly recommend** taking a snapshot of `/etc/travis`
10
10
and `/var/travis`.
11
11
12
-
One good way to do this is to run
12
+
One good way to do this is to run.
13
13
```
14
14
sudo tar -cvzf travis-backup-$(date +%s).tar.gz /var/travis /etc/travis/
15
15
```
16
-
See [restoring from backups](#restoring-from-backups), if you have any questions about the steps or want to do a restore.
16
+
See [restoring from backups](#restoring-from-backups) if you have any questions about the steps or want to do a restore.
17
17
18
18
### Encryption Key
19
19
20
-
Without the encryption key you cannot access the information in your production database. To make sure that you can always recover your database, make a backup of this key.
20
+
You cannot access the information in your production database without the encryption key. To ensure you can always recover your database, make a backup of this key.
21
21
22
-
> Without the encryption key the information in the database is not recoverable.
22
+
> Without the encryption key, the information in the database is not recoverable.
You can check for new releases by going to the management interface dashboard `https://<your-travis-ci-enterprise-domain>:8800` and clicking on the 'Check Now' button. If an update is available you will be able to read the release notes and install the update.
28
+
You can check for new releases by going to the management interface dashboard `https://<your-travis-ci-enterprise-domain>:8800` and click the 'Check Now' button. If an update is available, you will be able to read the release notes and install the update.
29
29
30
-
> There will be a small amount of downtime while an update is installed. For this reason we recommend that you perform each update during a maintenance window.
30
+
> There will be a small amount of downtime while an update is installed. For this reason, we recommend that you perform each update during a maintenance window.
31
31
32
32
## Update Replicated on the Platform
33
33
@@ -46,13 +46,13 @@ whether you are behind a web proxy you'll want to run one of these:
46
46
sudo bash /tmp/installer.sh http-proxy=http://:
47
47
```
48
48
49
-
To apply an update patch for a specific release e.g you currently have version 2.9.1 and want to update to a more secure patch at 2.9.7 patch, you would execute:
49
+
To apply an update patch for a specific release, e.g., you currently have version 2.9.1 and want to update to a more secure patch at 2.9.7 patch, you would execute:
> Please note that for Ubuntu Bionic, you'll need to add the following flag to `installer.sh` as follows: `installer.sh --travis_build_images=bionic`
55
+
> Please note that for Ubuntu Bionic, you must add the following flag to `installer.sh`: `installer.sh --travis_build_images=bionic`
56
56
57
57
## Update the Travis CI Enterprise Worker
58
58
@@ -87,7 +87,7 @@ In the rare event something goes wrong and/or you'd like to restore from a backu
87
87
88
88
1. Boot up a replacement machine with a fresh install of Ubuntu 14.04.
89
89
1. Follow the directions in the [Installation Guide](/user/enterprise/installation). If you cannot find this, let us know at [[email protected]](mailto:[email protected]).
90
-
1. Set up your Travis CI instance filling out the settings as needed. Fill in the RabbitMQ password and Travis Encryption Key that you saved. Save the settings and start up the Travis container.
90
+
1. Set up your Travis CI instance, filling out the settings as needed. Fill in the RabbitMQ password and Travis Encryption Key that you saved. Save the settings and start up the Travis container.
91
91
1. Stop the Travis CI container in the Replicated dashboard.
92
92
1. As a superuser (to preserve user permissions), unzip the Travis backup you made and copy the directories to the appropriate places (`/var/travis` and `/etc/travis`).
0 commit comments