By default, Syncrify does not require any database. It stores everything in local files, most of them are in XML format. Often, companies (particularly service providers) have thousands of users and they want to maintain the users in Syncrify programatically.
Most ISPs have their own website where they offer other services besides remote backup. By storing the user information in a database, information can be modified in realtime without using Syncrify's web interface.
Here are some pros and cons of using a relational database.
At this time, Syncrify supports two database Vendor:
You must have one of the above RDBMS installed either on the same machine or a different machine. You will need a valid user account on the back-end with the following permissions:
Syncrify stores user records in just one table called synusers. If this table does not exist, it will be created when you enable RDBMS in Syncrify.
Follow the steps below to configure database.