[Rt-commit] r12645 - rt/branches/3.8-TESTING
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri May 23 09:14:46 EDT 2008
Author: sunnavy
Date: Fri May 23 09:14:46 2008
New Revision: 12645
Modified:
rt/branches/3.8-TESTING/Makefile.in
Log:
since we have the upgrade action now, updated the upgrade instruction
Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in (original)
+++ rt/branches/3.8-TESTING/Makefile.in Fri May 23 09:14:46 2008
@@ -254,13 +254,7 @@
@echo "Congratulations. RT has been upgraded. You should now check-over"
@echo "$(CONFIG_FILE) for any necessary site customization. Additionally,"
@echo "you should update RT's system database objects by running "
- @echo " ls etc/upgrade"
- @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 --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 --action insert --datadir etc/upgrade/<version>"
+ @echo " $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-password --action upgrade"
upgrade: config-install dirs files-install fixperms upgrade-instruct
More information about the Rt-commit
mailing list