Go to file
Andreas Schneider f6791b27d8 Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
.gitignore Update to 3.6.7. 2012-08-20 11:04:07 +02:00
README.dc Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
README.downgrade Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
filter-requires-samba.sh Fix and mention bogus perl dependency removal. 2009-02-03 18:45:43 +00:00
nmb.service convert to systemd, fix epoch 2011-09-20 11:22:40 -04:00
pam_winbind.conf Update to 3.3.4 2009-04-29 14:26:55 +00:00
samba-4.0.0rc2-build_idmap_manpages.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba-4.0.0rc2-create_smbldaphelper.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba-4.0.0rc2-fix_panic_action.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba-4.0.0rc2-fix_smb.conf_manpage_build.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba-4.0.0rc2-fix_smbldaphelper_without_ldap.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba-4.0.0rc2-make_smbldaphelper_lib.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba-4.0.0rc2-use_smb_man_style.patch Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba.conf.tmp Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba.log * Wed Oct 8 2007 Simo Sorce <ssorce@redhat.com> 3.2.0-0.pre1.fc9 2007-10-08 21:13:15 +00:00
samba.pamd * Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 3.4.1-0.45 2009-09-16 18:43:49 +00:00
samba.spec Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
samba.xinetd auto-import samba-2.2.1a-3 from samba-2.2.1a-3.src.rpm 2004-09-09 12:03:04 +00:00
smb.conf.default Add commented out 'max protocol' to the default config. 2012-02-23 18:46:14 +01:00
smb.service Fix systemd dependencies. 2011-11-07 13:23:46 +01:00
smbprint auto-import changelog data from samba-3.0.0-15.src.rpm 2004-09-09 12:08:44 +00:00
sources Update to 4.0.0rc1. 2012-09-26 14:23:24 +02:00
swat.desktop auto-import samba-2.2.5-7 from samba-2.2.5-7.src.rpm 2004-09-09 12:05:04 +00:00
winbind.service Fix systemd dependencies. 2011-11-07 13:23:46 +01:00

README.downgrade

Downgrading Samba
=================

Short version: data-preserving downgrades between Samba versions are not supported

Long version:
With Samba development there are cases when on-disk database format evolves.
In general, Samba Team attempts to maintain forward compatibility and
automatically upgrade databases during runtime when requires.
However, when downgrade is required Samba will not perform downgrade to
existing databases. It may be impossible if new features that caused database
upgrade are in use. Thus, one needs to consider a downgrade procedure before
actually downgrading Samba setup.

Please always perform back up prior both upgrading and downgrading across major
version changes. Restoring database files is easiest and simplest way to get to
previously working setup.

Easiest way to downgrade is to remove all created databases and start from scratch.
This means losing all authentication and domain relationship data, as well as
user databases (in case of tdb storage), printers, registry settings, and winbindd
caches.

Remove databases in following locations:
/var/lib/samba/*.tdb
/var/lib/samba/private/*.tdb

In particular, registry settings are known to prevent running downgraded versions
(Samba 4 to Samba 3) as registry format has changed between Samba 3 and Samba 4.