We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8497f81 commit 50e2615Copy full SHA for 50e2615
server_upgrade.md
@@ -20,11 +20,12 @@ The outline of this procedure is to export all the data from the database except
20
mysqldump -u root -p --no-create-info --ignore-table=apel.SuperSummaries apel | gzip > upgrade_data.sql.gz
21
```
22
1. Log into MySQL and drop the database.
23
-1. Upgrade the RPMs.
+1. Upgrade the RPMs. (Assuming v1.3.1 packages for SL5 are used.)
24
25
```shell
26
rpm -U apel-lib-1.3.1-1.el5.noarch.rpm apel-server-1.3.1-1.el5.noarch.rpm
27
28
+1. Log into MySQL and create a new empty database.
29
1. Load the new server schema.
30
31
0 commit comments