Data Storage
- 20 Jul 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
Data Storage
- Updated on 20 Jul 2023
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Support
Zetaly currently supports PostgreSQL v11+.
Installation
Database creation is done using the Zetaly Installer in the package. For more information about the Zetaly Installer, see Zetaly Installer.
.\ZetalyInstall.ps1 database-init
The installer provides the ability to create a specific user with limited access. Zetaly highly recommend you use it for your database creation.
Module Specific Configurations
ZRP
ZRP can use two databases, you can ignore this next part if you are using one.
One database is used for data extraction, one for its internal functioning. The former one must have been initialized using the aforementioned script, while the other is handled by ZRP automatically.
The databases are differentiated in the zetalyinstall.cnf
configuration file by the following properties:
Backend.Zetaly.DB
: data extractionBackend.ZRP.DB
: internal functioning