Skip to content

Commit 2cad7a6

Browse files
committed
Updated requirements in README file and mention PostgreSQL support in features
1 parent 8ce93a0 commit 2cad7a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for the first time.
5555
* Event log: Track what changes happen to your inventory, track which user does what. Revert your parts to older
5656
versions.
5757
* Responsive design: You can use Part-DB on your PC, your tablet, and your smartphone using the same interface.
58-
* MySQL and SQLite are supported as database backends
58+
* MySQL, SQLite and PostgreSQL are supported as database backends
5959
* Support for rich text descriptions and comments in parts
6060
* Support for multiple currencies and automatic update of exchange rates supported
6161
* Powerful search and filter function, including parametric search (search for parts according to some specifications)
@@ -74,10 +74,10 @@ Part-DB is also used by small companies and universities for managing their inve
7474
## Requirements
7575

7676
* A **web server** (like Apache2 or nginx) that is capable of
77-
running [Symfony 5](https://symfony.com/doc/current/reference/requirements.html),
77+
running [Symfony 6](https://symfony.com/doc/current/reference/requirements.html),
7878
this includes a minimum PHP version of **PHP 8.1**
79-
* A **MySQL** (at least 5.7) /**MariaDB** (at least 10.2.2) database server if you do not want to use SQLite.
80-
* Shell access to your server is highly suggested!
79+
* A **MySQL** (at least 5.7) /**MariaDB** (at least 10.4) database server, or **PostgreSQL** 10+ if you do not want to use SQLite.
80+
* Shell access to your server is highly recommended!
8181
* For building the client-side assets **yarn** and **nodejs** (>= 18.0) is needed.
8282

8383
## Installation

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is installed on a web server and so can be accessed with any browser without
4141
* Event log: Track what changes happens to your inventory, track which user does what. Revert your parts to older
4242
versions.
4343
* Responsive design: You can use Part-DB on your PC, your tablet and your smartphone using the same interface.
44-
* MySQL and SQLite supported as database backends
44+
* MySQL, SQLite and PostgreSQL are supported as database backends
4545
* Support for rich text descriptions and comments in parts
4646
* Support for multiple currencies and automatic update of exchange rates supported
4747
* Powerful search and filter function, including parametric search (search for parts according to some specifications)

0 commit comments

Comments
 (0)