update upgrade docs for bind exports
authorivan <ivan>
Thu, 25 Sep 2003 09:39:46 +0000 (09:39 +0000)
committerivan <ivan>
Thu, 25 Sep 2003 09:39:46 +0000 (09:39 +0000)
httemplate/docs/upgrade9.html

index 24d1cce..6a8fd96 100644 (file)
@@ -21,6 +21,8 @@ CREATE INDEX part_pkg1 ON part_pkg ( disabled );
 CREATE INDEX part_svc1 ON part_svc ( disabled );
 CREATE INDEX cust_bill2 ON cust_bill ( _date );
 </pre>
-  <li>If you want to use ACH (electronic checks), you will need to make changes to your database.  The easiest way to make these changes is to dump your database (with pg_dump), change the payinfo field in the cust_pay, cust_refund, h_cust_pay and h_cust_refund tables from varchar(16) to varchar(80), reload the database from the dump, and run dbdef-create
+  <li>If you want to use ACH (electronic checks), you will need to make changes to your database.  The easiest way to make these changes is to dump your database (with pg_dump), change the payinfo field in the cust_pay, cust_refund, h_cust_pay and h_cust_refund tables from varchar(16) to varchar(80), reload the database from the dump.
+  <li>If you will be doing bind exports you should make additional changes to your database. Follow the directions above to dump the database and change the reczone and recdata fields in the domain_record and h_domain_record tables from varchar(80) to varchar(255).
+  <li>If you made changes to your db schema from a dump as listed above run dbdef-create.
   <li>Restart Apache and freeside-queued.
 </body>