mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-13 18:40:02 +01:00
Update README.md
This commit is contained in:
@@ -10,37 +10,38 @@ Don't forget to
|
|||||||
chmod +x database-install.sh
|
chmod +x database-install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install Notes
|
## Notes
|
||||||
- set only ONE of the database types to 1
|
- set only ONE of the database types to 1
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at defalut unless you have a good reason to change them.
|
||||||
|
|
||||||
MARIADB
|
MARIADB
|
||||||
- set to 1 to install MariaDB database
|
- set to 1 to install MariaDB database
|
||||||
|
|
||||||
MYSQL
|
MYSQL
|
||||||
- set to 1 to install MySQL database
|
- set to 1 to install MySQL database
|
||||||
|
|
||||||
POSTGRESQL
|
POSTGRESQL
|
||||||
- set to 1 to install PGSQL database
|
- set to 1 to install PGSQL database
|
||||||
|
|
||||||
MARIADB_VERSION
|
MARIADB_VERSION
|
||||||
- mariadb version to use (currently defaults to 106)
|
- mariadb version to use (currently defaults to 106)
|
||||||
|
|
||||||
MYSQL_VERSION
|
MYSQL_VERSION
|
||||||
- mysql version to use (currently defaults to 81)
|
- mysql version to use (currently defaults to 81)
|
||||||
|
|
||||||
PGSQL_VERSION
|
PGSQL_VERSION
|
||||||
- postgres version to use (currently defaults to 15)
|
- postgres version to use (currently defaults to 15)
|
||||||
|
|
||||||
DB_NAME
|
DB_NAME
|
||||||
- set your desired database name
|
- set your desired database name
|
||||||
|
|
||||||
DB_USER
|
DB_USER
|
||||||
- set your desired database user
|
- set your desired database user
|
||||||
|
|
||||||
## Mount points (should be mounted outside the jail)
|
## Mount points (should be mounted outside the jail)
|
||||||
- none
|
- none
|
||||||
|
|
||||||
## Jail Properties
|
## Jail Properties
|
||||||
- none
|
- none
|
||||||
|
|||||||
Reference in New Issue
Block a user