Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Database initialization

Installation

How to install and initialize database

Soffid
3
Install
DataBase

Initialize database on Kubernetes

Installation Database initialization

The purpose of this tutorial is to show how to initialize a MariaDB database required for Soffid IAM installation on Kubernetes. MySQL/MariaDB To initialize MariaDB on Kubernetes first of all you must create a Persistent Volume. Storage in the cluster will b...

Soffid
3
Install
DataBase
Kubernetes

Creating a multimaster MariaDB replica

Installation Database initialization

This topic will cover the process to create a two node Maria DB cluster. The cluster will be configured to allow Soffid console to use either database node, which in turn will replicate data changes to the other one. Node 1 action Node 2 acti...

Soffid
3
Install
DataBase

Configuring database cluster

Installation Database initialization

Once the database replica is setup, it's important to guarantee transactianality rules. To achive it, one database instance must be acting as the master and other as the slave. Using corosync and pacemaker, you can configure a floating IP address that will ma...

Soffid
3
Install
DataBase

Initialize database using Docker

Installation Database initialization

The purpose of this tutorial is to show how to initialize a database MariaDB required for Soffid IAM installation using Docker. Prerequisites 1. Install docker ( https://docs.docker.com/install/ ) 2. Create a docker network, that network allows you to conne...

Soffid
3
Install
DataBase
Docker

Initialize database on your server

Installation Database initialization

The purpose of this tutorial is to show how to initialize a database required for Soffid IAM installation. Prerequisites First of all, you sould install a database required in the Soffid IAM installation. The supported databases are: MySQL MariaDB Post...

Soffid
3
Install
DataBase