Thread: Re: [CSCMail-Users] Upgrade
Brought to you by:
countzer0
From: Homer P. <hp...@ru...> - 2000-06-22 17:56:51
|
On 22 Jun 2000 12:24:39 EDT, Steven Kordik said: > The "in-place" method is not so horrible either... download (via > cvs) > 1.7.x and read through the changelog ... there are only a few > changes to > the DB required (creating the mimetypes table is one) ... after you > have > made the changes in the changelog, run "make install" and you should > be > all set. I guess to do this, I just follow the instructions on the CVS page at sourceforge? -- Homer Parker Technical Support Omega Internet Solutions 785.483.5588 hp...@ru... http://www.russellks.net |
From: Meph I. <Me...@AA...> - 2000-06-22 19:59:05
|
CZ, > > I'm currently running 1.6.1.. What all is involved in > > upgrading to 1.7.x? I remember there was some db > > changes (I'm running PostgreSQL).. > > -- > > Homer Parker > The "in-place" method is not so horrible either... > download (via cvs) 1.7.x and read through the > changelog ... there are only a few changes to > the DB required (creating the mimetypes table > is one) ... after you have made the changes in the > changelog, run "make install" and you should be > all set. > -CZ So, is there a prompt to switch databases, or does it automatically go to something else from cvs? Meph -- "I did this 'cause Linux gives me a woody." -Dave '-ddt->' Taylor, announcing DOOM for Linux |
From: Homer P. <hp...@ru...> - 2000-06-22 19:59:20
|
On 22 Jun 2000 12:24:39 EDT, Steven Kordik said: > The "in-place" method is not so horrible either... download (via > cvs) > 1.7.x and read through the changelog ... there are only a few > changes to > the DB required (creating the mimetypes table is one) ... after you > have > made the changes in the changelog, run "make install" and you should > be > all set. While I'm reading the changelog ;) What about running CSCMailInstaller.pl? -- Homer Parker Technical Support Omega Internet Solutions 785.483.5588 hp...@ru... http://www.russellks.net |
From: Maher A. <mu...@mu...> - 2000-06-22 20:05:11
|
The installer will only download stable cscmail, to up from 1.6.1 to 1.7.x you will find two migration scripts if you are running a real db adn they are the only ones you will need... go to /usr/lib/cscmail after you install and do ./migration-scripts/AddBccSearch ./migration-scripts/AddBodyText and you are set. Maher On 22 Jun 2000, Homer Parker wrote: > On 22 Jun 2000 12:24:39 EDT, Steven Kordik said: > > > The "in-place" method is not so horrible either... download (via > > cvs) > > 1.7.x and read through the changelog ... there are only a few > > changes to > > the DB required (creating the mimetypes table is one) ... after you > > have > > made the changes in the changelog, run "make install" and you should > > be > > all set. > > While I'm reading the changelog ;) What about running > CSCMailInstaller.pl? > > -- mu...@mu... -- http://www.muhri.net |
From: Homer P. <hp...@ru...> - 2000-06-22 22:09:04
|
On Thu, 22 Jun 2000 15:07:50 -0500 (CDT), Maher Awamy said: > The installer will only download stable cscmail, to up from 1.6.1 to > 1.7.x > you will find two migration scripts if you are running a real db adn > they > are the only ones you will need... go to /usr/lib/cscmail after you > install and do > > ../migration-scripts/AddBccSearch > ../migration-scripts/AddBodyText > > and you are set. Close... I had to alter the Makefile so that the Perl modules would be founf (changed it from /usr/local to /usr).. If I knew enough about Perl, I could of probably told it where to look, but this was quick and easy (I'm on a RH 6.1 machine).. Then, for some reason, it didn't copy /migration-scripts over at all.. I double checked everything, and everything else copied over just fine.. So, I manually copied the scripts over, ran those two, and I'm rplying out of the upgraded version ;) Thanks for all the help, and the great client! ;) -- Homer Parker Technical Support Omega Internet Solutions 785.483.5588 hp...@ru... http://www.russellks.net |
From: rroberts <rro...@ho...> - 2000-06-24 04:50:25
|
Where do you guys download the 1.7.x versions? All I can find is the 1.6.1 version for download... On 22 Jun 2000 13:28:32 EDT, Steven Kordik said: > On 22 Jun 2000 12:52:45 CDT, Homer Parker said: > > > On 22 Jun 2000 12:24:39 EDT, Steven Kordik said: > > > > > The "in-place" method is not so horrible either... download (via > > > cvs) > > > 1.7.x and read through the changelog ... there are only a few > > > changes to > > > the DB required (creating the mimetypes table is one) ... after > > you > > > have > > > made the changes in the changelog, run "make install" and you > > should > > > be > > > all set. > > > > I guess to do this, I just follow the instructions on the CVS > > page at sourceforge? > > Aye > > -CZ > -- > Steve Kordik > st...@vo... > System Administrator Tel > 212.332.5045 > VOILA - France Telecom North America Fax > 212.332.2362 > 1270 Avenue of the Americas New York, NY 10020 > USA > Customized Search Engines for your web site at: > http://voilasearch.com > > > > _______________________________________________ > http://www.cscmail.net > csc...@li... > http://lists.sourceforge.net/mailman/listinfo/cscmail-users > ---------------------------------------------------------------------- > > ---------------------------------------------------------------------- > > ---------------------------------------------------------------------- > > |
From: Count Z. <cou...@cy...> - 2000-06-24 07:09:37
|
rroberts was overheared mumbling something about this on 24 Jun 2000 00:49:07 EDT > Where do you guys download the 1.7.x versions? All I can find is the > 1.6.1 version for download... > http://www.cscmail.net/development.shtml Follow the instructions to checkout version 1.7.x from cvs -CZ -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/CM d--(+) s+: a- C++++ UL++++$ P+++ L+++>++++ E--- W+++(--) N+ o? K? w---(++) O M->-- !V PS+++ PE Y+ PGP t+@ 5? X+ R++ tv-- b+++ DI? D++ G e h r- y+ ------END GEEK CODE BLOCK------ |
From: Steven K. <st...@vo...> - 2000-06-22 18:20:47
|
On 22 Jun 2000 12:52:45 CDT, Homer Parker said: > On 22 Jun 2000 12:24:39 EDT, Steven Kordik said: > > > The "in-place" method is not so horrible either... download (via > > cvs) > > 1.7.x and read through the changelog ... there are only a few > > changes to > > the DB required (creating the mimetypes table is one) ... after > you > > have > > made the changes in the changelog, run "make install" and you > should > > be > > all set. > > I guess to do this, I just follow the instructions on the CVS > page at sourceforge? Aye -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |