View previous topic :: View next topic |
Author |
Message |
jona Junior Member
Joined: 25 Jul 2008 Posts: 2
|
Posted: Fri Jul 25, 2008 5:42 pm Post subject: how can I upgrade the SMS? |
|
|
hi, how can I upgrade SMS to 1.3.9. version? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Jul 25, 2008 5:55 pm Post subject: |
|
|
What version do you have installed?
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
jona Junior Member
Joined: 25 Jul 2008 Posts: 2
|
Posted: Wed Nov 26, 2008 7:53 pm Post subject: Version? |
|
|
hi, I have the 1.3.2 sms (/etc/sms_version) |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Wed Nov 26, 2008 8:17 pm Post subject: |
|
|
Download SMS.Native.CD-1.3.13-install.iso.
edit your /etc/inittab
telinit 1
and boot into single user mode
mount SMS.Native.CD-1.3.13 for instance in /packages
and do
upgradepkg /packages/slackware/a/glibc-solibs-*.tgz
upgradepkg /packages/slackware/a/pkgtools-*.tgz
then
upgradepkg --install-new /packages/slackware/*/*.tgz
You might wanna check your config files thought after the upgrade.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sun Dec 28, 2008 12:28 am Post subject: |
|
|
Is this still the way to upgrade to 1.4.1? How destructive is the upgrade? Would hate to start over from scratch |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sun Dec 28, 2008 12:01 pm Post subject: |
|
|
Destructive?
You always backup you config files, mysql, openldap databases and other importand files before the upgrade, just in case something goes wrong, never had an issue with upgrading my system even from older kernels though.
If you are upgrading from 1.3.13 you need to run lilo after the packages upgrades or your system will not boot.
Another thing you might wanna look before is the versions of packages for instance dovecot 1.0.x with 1.1.x branch. Some options are deprecated e.g default_mail_env it's not used any more, instead you add mail_location.
If you are using openLDAP export the whole DB to an LDIF via phpldapadmin, or copy /var/lib/openldap-data to a safe place, and upgrade only LDAP package (openldap-2.4.11-i486-3sms.tgz) NOT openldap-data-noarch-1sms.tgz, in some cases upgrading openldap removes my LDAP database too.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sun Dec 28, 2008 4:56 pm Post subject: |
|
|
thanks for the help. |
|
Back to top |
|
|