Once you have the account created, log into Upback.cloud and go to Home/Servers → Add Server to add a database server into Upback. This basically means to install and configure Upback agent on the server.
Choose the database technology and OS version that you want to back up. You can choose between a wide range of supported database engines for both SQL and NoSQL databases.
2. Click on the respective database vendor and click Next step→ to proceed.
3. Copy and paste the command in your terminal. Fill in the fields with Server name and Client ID.
4. Add the necessary Database details in order to proceed.
You can create one with these commands:
su postgres -c psql
postgres=# CREATE USER upback_agent WITH SUPERUSER PASSWORD 'xxx';
postgres=# \q
DB Host is usually 127.0.0.1, and please note it must be a local ip address of the server where you installed the agent.
DB port is usually 5432
5. Complete the last window choosing the correct storage mode. If you decide to use the UpCloud storage mode, please create the UpCload account for Upback storage as described here.
6. Start agent as shown below. Press Finish button to complete the installation.
N.B. Please note that you have to create a user dedicated to each UpBack! server you are configuring.