Server and Client software to interoperate with Windows machines
Go to file
James Antill 4a78650454 Import rpm: c8s 2023-02-27 15:22:34 -05:00
.gitignore Import rpm: c8s 2023-02-27 15:22:34 -05:00
README.downgrade Auto sync2gitlab import of samba-4.15.5-5.el8.src.rpm 2022-05-26 14:20:26 -04:00
pam_winbind.conf Auto sync2gitlab import of samba-4.15.5-5.el8.src.rpm 2022-05-26 14:20:26 -04:00
samba-4.17.5.tar.asc Auto sync2gitlab import of samba-4.17.5-0.el8.src.rpm 2023-02-08 00:08:48 +00:00
samba-systemd-sysusers.conf Auto sync2gitlab import of samba-4.17.2-2.el8.src.rpm 2022-11-15 04:16:46 +00:00
samba-usershares-systemd-sysusers.conf Auto sync2gitlab import of samba-4.17.2-2.el8.src.rpm 2022-11-15 04:16:46 +00:00
samba.abignore Auto sync2gitlab import of samba-4.16.2-1.el8.src.rpm 2022-06-21 03:35:16 +00:00
samba.logrotate Auto sync2gitlab import of samba-4.15.5-5.el8.src.rpm 2022-05-26 14:20:26 -04:00
samba.pamd Auto sync2gitlab import of samba-4.15.5-5.el8.src.rpm 2022-05-26 14:20:26 -04:00
samba.spec Auto sync2gitlab import of samba-4.17.5-2.el8.src.rpm 2023-02-18 02:11:13 +00:00
smb.conf.example Auto sync2gitlab import of samba-4.17.2-2.el8.src.rpm 2022-11-15 04:16:46 +00:00
smb.conf.vendor Auto sync2gitlab import of samba-4.17.2-2.el8.src.rpm 2022-11-15 04:16:46 +00:00
sources Auto sync2gitlab import of samba-4.17.5-0.el8.src.rpm 2023-02-08 00:08:48 +00:00
usershares.conf.vendor Auto sync2gitlab import of samba-4.17.2-2.el8.src.rpm 2022-11-15 04:16:46 +00: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.