Environment Variables(Database)

Environment Variables(Database):

  • MySQL:

Variable

Value Example

Description

MYSQL_VERSION

5.7.20

A version of the running MySQL server (informational)

ON_ENV_INSTALL

https://raw.githubusercontent.com/Apiqcloud-jps/mysql-cluster/master/addons/auto-clustering/auto-cluster.jps

A script to be executed after environment creation

PHP_MYSQLADMIN_ENABLED

true

The “true” and “1” values allow usage of the phpMyAdmin panel, while any other disables it. Restart is required to apply changes

 

  • MariaDB:

Variable

Value Example

Description

MARIADB_VERSION

10.2.12

A version of the running MariaDB server (informational)

PHP_MYSQLADMIN_ENABLED

true

The “true” and “1” values allow usage of the phpMyAdmin panel, while any other disables it. Restart is required to apply changes

 

  • PostgreSQL:

Variable

Value Example

Description

POSTGRES_VERSION

10.4

A version of the running PostgreSQL server (informational)

 

  • Redis:

Variable

Value Example

Description

REDIS_COMMANDER

enabled

Defines if the Redis Commander management tool should be enabledor disabled

REDIS_SENTINEL

disabled

Defines if Redis Sentinel high-availability and monitoring tool should be enabled or disabled

STACK_NAME

redis

A name of the current stack (informational)

 

 

  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

PostgreSQL Database Replication

Database Replication with PostgreSQL 9 Replication is a basic technology for any database...

Scheduling Databases Backups

Scheduling Database Backups Scheduled backups are data backup processes which proceed...

MongoDB Database Backups

Create an environment 1. Log into your Apiqcloud account and click Create environment. 2. As...

Database Configuration

Database Configuration Below you will see the list of the configuration files available for...

PostgreSQL Database Backups

Automatic PostgreSQL Backups   The instruction below shows how to configure automatic...