Skip to content

Commit

Permalink
SQLite: docs: remove sqlite3 references from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Feb 27, 2023
1 parent c3f4ff8 commit 32ee5e4
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 20 deletions.
14 changes: 0 additions & 14 deletions core/README.dbconfig
Expand Up @@ -99,17 +99,3 @@ mysql
* db_version is already 2002. It detects, nothing to do.
* update dbconfig already configured


sqlite3
=======

* install
* /etc/dbconfig-common/bareos-database-common.conf created
* db: setup
* creates link from /var/lib/bareos/bareos.db to bareos
* update from 12.4:
* updates db_version from 2001 to 2002.
* update from 13.2:
* db_version is already 2002. It detects, nothing to do.
* creates link from /var/lib/bareos/bareos.db to bareos
* update dbconfig already configured
2 changes: 1 addition & 1 deletion core/manpages/bareos-dbcheck.8
Expand Up @@ -62,7 +62,7 @@ set debug level to \fInnn\fP.
print timestamp in debug output.
.TP
.BI \-D,--driver\ drivername
Specify the database driver name (default NULL) <postgresql|mysql|sqlite3>.
Specify the database driver name (default NULL) <postgresql|mysql>.
.TP
.BI \-f,--fix
If specified, dbcheck will repair (fix) the inconsistencies it finds.
Expand Down
2 changes: 1 addition & 1 deletion core/manpages/bscan.8
Expand Up @@ -39,7 +39,7 @@ A summary of options is included below.
Show version and usage of program.
.TP
.BI \-B,--dbdriver\ drivername
Specify the database driver name (default NULL) <postgresql|mysql|sqlite3>.
Specify the database driver name (default NULL) <postgresql|mysql>.
.TP
.BI \-b,--parse-bootstrap\ bootstrap
Specify a bootstrap file.
Expand Down
Expand Up @@ -42,7 +42,7 @@ Public Domain

:index:`\ <single: License; Public Domain>`\

Some of the Bareos code, or code that Bareos references, has been released to the public domain. E.g. md5.c, SQLite.
Some of the Bareos code, or code that Bareos references, has been released to the public domain. E.g. md5.c.

Trademark
~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/manuals/source/DeveloperGuide/catalog.rst
Expand Up @@ -10,7 +10,7 @@ developers and system administrators who want or need to know more of
the working details of **Bareos**.

We only support PostgreSQL.
Support for SQLite or MySQL has been discontinued in :sinceVersion:`21.0.0:MySQL backend removed`.
Support for SQLite or MySQL has been discontinued in :sinceVersion:`21.0.0:MySQL backend removed`. Remaining code has been deleted :sinceVersion:`23.0.0:MySql code removed`.
PostgreSQL was chosen because it is a full-featured, very mature database.

Filenames and Maximum Filename Length
Expand Down
Expand Up @@ -92,7 +92,6 @@ Products
open-source, open-source
|postgresql|, ``|postgresql|``
reST, reST
|sqlite|, ``|sqlite|``
TLS-PSK, TLS-PSK
|vmware|, ``|vmware|``
|vsphere|, ``|vsphere|``
1 change: 0 additions & 1 deletion docs/manuals/source/conf.py
Expand Up @@ -74,7 +74,6 @@
.. |mariadb| replace:: MariaDB
.. |mysql| replace:: MySQL
.. |postgresql| replace:: PostgreSQL
.. |sqlite| replace:: Sqlite
.. |vmware| replace:: VMware
.. |vsphere| replace:: VMware vSphere
Expand Down

0 comments on commit 32ee5e4

Please sign in to comment.