BRIX On-Premises > Other > Deprecated BRIX in MicroK8s > Configuration / How to administer the server

How to administer the server

начало внимание

This article contains instructions for the deprecated BRIX On-Premises in MicroK8s with PostgreSQL 10 database. It is supported up to system version 2024.4. Upgrading edition and database is not available. Please update to the current BRIX On-Premises edition.

конец внимание

If BRIX is installed to MicroK8S, you can use the BRIXctl command line utility to administer the server. This utility allows you to re-configure the application, make a backup of data, restore archived databases, scale services, etc.

To run the utility, open the server command console and run the following command:

elma365ctl

The list of available commands used to administer the server will appear:

reconfigure

Initialize the reconfiguration and change the application settings.

reload-cert

Update the HTTPS certificates.

set-dns

Install new DNS servers into the cluster.

dump

Save the data to the /backup/ELMA365 folder with a timestamp.

check-files-in-dump

Run file verification in the backup and the BRIX application.

restore

Restore an archived database.

restore--prepare

Stop the BRIX application to prepare for restoring or making a backup.

update-hamode

Update the settings of a high availability node and restart the cluster afterwards (only for the Enterprise edition).

start

Start the BRIX application.

stop

Stop the BRIX application (it takes up a considerable amount of time to completely stop the application and launch it).

restart

Restart the BRIX application and the cluster’s services.

scale

Scale the specified service (only for the Enterprise edition).

add-node

Add a new server to the computing cluster (only for the Enterprise edition).

leave-node

Cause a node to leave the computing cluster (only for the Enterprise edition).

delete-node

Remove a node from the computing cluster (only for the Enterprise edition).

repair

Fix the dependencies of the installed instance of BRIX in the computing cluster.

version

Show the application’s version.

add-service

Add an external service.

expose-service

Expose a service on a specific port.

delete-service

Delete an external service.

featureflag

Enable a flag:

elma365ctl featureflag <flagName> enable

Disable a flag:

elma365ctl featureflag <flagName> disable

To run a command, type it in the following format:

elma365ctl <command>

To get detailed information about a command, run the following:

elma365ctl <command> --help