High Spirit Digital Realms Main - connect.digitalrealms.net 23
How does everyone upgrade thier Synchronet BBS on Unix?
Updating the sources and then re-compiling following instructions at http://wiki.synchro.net/install:nix Or do you do a clean install and copy data files over?
I've updated the source and compiled on occasion, but notice new strings in text.dat or files for new features (eg: Avatars) are missing.
I've also did a clean install and copied data files over and testing EVERYTHING afterwards just to make sure I didn't miss anything.
Is there something I am missing to make upgrading easier?
How does everyone upgrade thier Synchronet BBS on Unix?
I've updated the source and compiled on occasion, but notice new strings in text.dat or files for new features (eg: Avatars) are missing.
How does everyone upgrade thier Synchronet BBS on Unix?http://wiki.synchro.net/install:nix Or do you do a clean install and copy data
Updating the sources and then re-compiling following instructions at
I've updated the source and compiled on occasion, but notice new strings intext.dat or files for new features (eg: Avatars) are missing.
I've also did a clean install and copied data files over and testingEVERYTHING afterwards just to make sure I didn't miss anything.
Is there something I am missing to make upgrading easier?
Thanks.
High Spirit Digital Realms Main - connect.digitalrealms.net 23
---
Files for new features (e.g. Avatars) shouldn't be missing if you're updating your exec/* tree along with your source updates/rebuilds. A "text/avatars/*" should be there as well if you're pefroming a "cvs update -d" or getting the files from sbbs_run.*
Now, you may not have all the Avatars modules/events installed into your configuration files, but you can do that just with a "jsexec avatars install" (one time).
If you don't modify your text.dat file directly, then you can just replace it with the current version from CVS (which matches your source/rebuild) or even just replace it with a 0-byte file and the hard-coded defaults will automatically be used (which match the corresponding ctrl/text.dat file). You technically *need* a text.dat file, it's just a convenient reference for those who want to change the strings.
High Spirit Digital Realms Main - connect.digitalrealms.net 23
Re: Re: How do you upgrade your Synchronet BBS?
By: Ragnarok to High Spirit on Thu Aug 01 2019 19:52:52
cd /sbbs
backup_bbs
export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
cvs update -d src 3rdp
cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/src/sbbs3/scfg; make RELEASE=1 USE_DOSEMU=1 install
cd /sbbs/exec
cvs update -d
jsexec update
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 92:34:33 |
Calls: | 2,070 |
Calls today: | 3 |
Files: | 11,134 |
Messages: | 946,853 |