forked from mirrors/mattermost-docker
Rename script to avoid further confusion
This commit is contained in:
parent
08e2c6bdd4
commit
68bd78ad7c
@ -2,11 +2,11 @@
|
|||||||
Because it is more complicated to check the available disk space for various disk formatting options provided by different linux distributions, the script does currently not check for if there is enough disk space.
|
Because it is more complicated to check the available disk space for various disk formatting options provided by different linux distributions, the script does currently not check for if there is enough disk space.
|
||||||
Please check manually before executing this script!
|
Please check manually before executing this script!
|
||||||
|
|
||||||
## Upgrading from mattermost-docker
|
## Upgrading Postgres
|
||||||
|
|
||||||
```
|
```
|
||||||
$ export PATH_TO_MATTERMOST_DOCKER=path/to/mattermost-docker
|
$ export PATH_TO_MATTERMOST_DOCKER=path/to/mattermost-docker
|
||||||
$ ./scripts/upgrade-from-mattermost-docker.sh
|
$ ./scripts/upgrade-postgres.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Environment variables for upgrading:
|
Environment variables for upgrading:
|
||||||
@ -31,5 +31,5 @@ You can overwrite any of these variables before running this script with:
|
|||||||
```
|
```
|
||||||
$ export VAR_NAME_FROM_ABOVE=yourValue
|
$ export VAR_NAME_FROM_ABOVE=yourValue
|
||||||
$ export PATH_TO_MATTERMOST_DOCKER=path/to/mattermost-docker
|
$ export PATH_TO_MATTERMOST_DOCKER=path/to/mattermost-docker
|
||||||
$ ./scripts/upgrade-from-mattermost-docker.sh
|
$ ./scripts/upgrade-postgres.sh
|
||||||
```
|
```
|
||||||
|
@ -10,7 +10,7 @@ set -o errexit
|
|||||||
# 1. Edit the variables below to match your environment. This uses default variables and assumes you're on 5.31.0.
|
# 1. Edit the variables below to match your environment. This uses default variables and assumes you're on 5.31.0.
|
||||||
# If you're wanting to use another version of Postgres/Mattermost , update the variables as desired.
|
# If you're wanting to use another version of Postgres/Mattermost , update the variables as desired.
|
||||||
|
|
||||||
# 2. run 'sudo bash upgrade-from-mattermost-docker.sh' replace upgrade.sh with what you've named the file.
|
# 2. run 'sudo bash upgrade-postgres.sh' replace upgrade.sh with what you've named the file.
|
||||||
# This may take some time to complete as it's migrating the database to Postgres 13.6 from 9.4
|
# This may take some time to complete as it's migrating the database to Postgres 13.6 from 9.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user