Skip to content

Commit 50e2615

Browse files
committed
Add assumption for upgrade example and db creation
1 parent 8497f81 commit 50e2615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server_upgrade.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ The outline of this procedure is to export all the data from the database except
2020
mysqldump -u root -p --no-create-info --ignore-table=apel.SuperSummaries apel | gzip > upgrade_data.sql.gz
2121
```
2222
1. Log into MySQL and drop the database.
23-
1. Upgrade the RPMs.
23+
1. Upgrade the RPMs. (Assuming v1.3.1 packages for SL5 are used.)
2424

2525
```shell
2626
rpm -U apel-lib-1.3.1-1.el5.noarch.rpm apel-server-1.3.1-1.el5.noarch.rpm
2727
```
28+
1. Log into MySQL and create a new empty database.
2829
1. Load the new server schema.
2930

3031
```shell

0 commit comments

Comments
 (0)