Skip to content

Commit 0633fd5

Browse files
authored
Update upgrading.md
1 parent 5dfb865 commit 0633fd5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

user/enterprise/upgrading.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ layout: en_enterprise
99
> Before upgrading, we **strongly recommend** taking a snapshot of `/etc/travis`
1010
and `/var/travis`.
1111

12-
One good way to do this is to run
12+
One good way to do this is to run.
1313
```
1414
sudo tar -cvzf travis-backup-$(date +%s).tar.gz /var/travis /etc/travis/
1515
```
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.
1717

1818
### Encryption Key
1919

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.
2121

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.
2323
2424
{{ site.data.snippets.enterprise_2_encryption_key_backup }}
2525

2626
## Update the Travis CI Enterprise Platform
2727

28-
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.
2929

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.
3131
3232
## Update Replicated on the Platform
3333

@@ -46,13 +46,13 @@ whether you are behind a web proxy you'll want to run one of these:
4646
sudo bash /tmp/installer.sh http-proxy=http://:
4747
```
4848

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:
5050

5151
```
5252
curl -sSL "https://get.replicated.com/docker?replicated_tag=2.9.7" | sudo bash
5353
```
5454

55-
> 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`
5656
5757
## Update the Travis CI Enterprise Worker
5858

@@ -87,7 +87,7 @@ In the rare event something goes wrong and/or you'd like to restore from a backu
8787

8888
1. Boot up a replacement machine with a fresh install of Ubuntu 14.04.
8989
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.
9191
1. Stop the Travis CI container in the Replicated dashboard.
9292
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`).
9393
1. Start Travis CI via the Replicated dashboard.

0 commit comments

Comments
 (0)