...
Database Requirements
General Requirements
The 3D-Marketplace Application requires a separate database server.
Both the application and the 3D-Backend server need The application server needs read/write access to that the database server, so any firewall between these needs to allow traffic.
3YOURMIND will and can not manage the database server for you. We will neither install a database server nor configure updates/replication of existing database servers.
Sizing requirements for the database heavily depend on usage. We recommend at least 20 GB for a production system with a small user base ( ~50-100 users). The database will grow slowly over time, so keep the disk space under monitoring.
On your database server, you will need to create one database and one user, which has read/write/drop/create rights on the said database.
...
One of the following Databases must be provided by the customer:
MariaDB v10 or later.
Charset: utf8
Collation: utf8_unicode_ci
Engine: InnoDB
MySQL Server 5.7 or later
Charset: utf_8
Collation: utf8_unicode_ci
Engine: InnoDB
PostgreSQL 9.6 or later
Minimum Version: 9.3
Encoding: UTF-8
Also, set these variables for the application user on the database:
Other Setup Requirements
DNS
HTTPS / Certificates
SMTP Server
Transfer of existing cloud application data (Organization Styling, Printing Services, and Materials) not including User and Order data.
(Optional) AWS S3 Object Storage for 3D-Files
...