summaryrefslogtreecommitdiff
path: root/htdocs/docs/upgrade.html
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2000-02-02 20:22:20 +0000
committercvs2git <cvs2git>2000-02-02 20:22:20 +0000
commit982d8d614ddcd9c5746f0bc7aa697f2337cc1adb (patch)
tree230b4abb5c02c10c965d2c6613aae8aaec90bde0 /htdocs/docs/upgrade.html
parent3bfec7cf75a1a4eb4da1cdf8c64003bd6babcd81 (diff)
parent80ba0c074354875c288c143721af08a0a5d02e42 (diff)
This commit was manufactured by cvs2svn to create branchfreeside_1_2_3_pci_mods
'freeside_1_2_3_pci_mods'.
Diffstat (limited to 'htdocs/docs/upgrade.html')
-rw-r--r--htdocs/docs/upgrade.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/htdocs/docs/upgrade.html b/htdocs/docs/upgrade.html
deleted file mode 100644
index d2201f601..000000000
--- a/htdocs/docs/upgrade.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<head>
- <title>Upgrading to 1.1.x</title>
-</head>
-<body>
-<h1>Upgrading to 1.1.x</h1>
-<ul>
- <li>Back up your data and current Freeside installation.
- <li>Unpack a copy of the 1.0.0 distribution in a separate location.
- <li>Diff your current installation against the 1.0.0 distribution.
- <li>Apply all the diffs you found above, if applicable.
- <li>Apply (at least) the following changes to your database:
-<pre>
-ALTER TABLE cust_main CHANGE ss ss char(11) NULL;
-ALTER TABLE cust_main CHANGE day daytime varchar(20) NULL;
-ALTER TABLE svc_acct CHANGE password _password varchar(25) NOT NULL;
-ALTER TABLE part_svc CHANGE svc_acct__password svc_acct___password varchar(25) NULL;
-ALTER TABLE part_svc CHANGE svc_acct__password_flag svc_acct___password_flag char(1) NULL;
-ALTER TABLE agent_type CHANGE type atype varchar(80) NOT NULL;
-</pre>
- <li>Optionally change the field lengths and types to match a 1.1.x install; see `bin/fs-setup'.
- <li>Create the necessary <a href="config.html">configuration files</a>,
- <li>Copy or symlink htdocs and site_perl to the new 1.1.x copies.
- <li>Run bin/dbdef-create. This file uses MySQL-specific syntax. If you are running a different database engine you will need to modify it slightly.
-</body>