[Rt-commit] [svn] r1182 - rt/branches/rt-3.1

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Tue Jul 6 17:14:33 EDT 2004


Author: jesse
Date: Tue Jul  6 17:14:33 2004
New Revision: 1182

Modified:
   rt/branches/rt-3.1/   (props changed)
   rt/branches/rt-3.1/Makefile.in
Log:
 ----------------------------------------------------------------------
 r2070 at tinbook:  jesse | 2004-07-06T21:13:17.298878Z
 
 RT-Ticket: 5815
 RT-Status: resolved
 RT-Update-Type: correspond
 
 RT now advises users about how to set the DBA and DBA Password when upgrading
 
 ----------------------------------------------------------------------


Modified: rt/branches/rt-3.1/Makefile.in
==============================================================================
--- rt/branches/rt-3.1/Makefile.in	(original)
+++ rt/branches/rt-3.1/Makefile.in	Tue Jul  6 17:14:33 2004
@@ -211,9 +211,9 @@
 	@echo ""
 	@echo "For each item in that directory whose name is greater than"
 	@echo "your previously installed RT version, run:"
-	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --action schema --datadir etc/upgrade/<version>"
-	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --action acl --datadir etc/upgrade/<version>"
-	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --action insert --datadir etc/upgrade/<version>"
+	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-password --action schema --datadir etc/upgrade/<version>"
+	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-password --action acl --datadir etc/upgrade/<version>"
+	@echo "	   $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-password --action insert --datadir etc/upgrade/<version>"
 
 
 upgrade: config-install dirs files-install fixperms upgrade-instruct


More information about the Rt-commit mailing list