mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 09:11:29 +02:00
Fixed #88
PosgreSQL is removed from automated install and marked as beta.
This commit is contained in:
parent
c8300c3bec
commit
d437635fef
2 changed files with 21 additions and 21 deletions
|
@ -111,7 +111,7 @@ systemctl restart php8.2-fpm
|
|||
|
||||
## 2. Database installation (please choose one):
|
||||
|
||||
### 2a. Install and configure MariaDB:
|
||||
### 2a. Install and configure MariaDB: (please use this for v1.0)
|
||||
|
||||
```bash
|
||||
curl -o /etc/apt/keyrings/mariadb-keyring.pgp 'https://mariadb.org/mariadb_release_signing_key.pgp'
|
||||
|
@ -140,7 +140,7 @@ mysql_secure_installation
|
|||
|
||||
[Tune your MariaDB](https://github.com/major/MySQLTuner-perl)
|
||||
|
||||
### 2b. Install and configure PostgreSQL:
|
||||
### 2b. Install and configure PostgreSQL: (beta!)
|
||||
|
||||
```bash
|
||||
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue