Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Before you start deploying, you may want to see if you’re meeting all the prerequisites for deployment. Ensure that you have:

  1. Kubernetes Cluster available with given system requirements.
  2. Installed Helm CLI 3.1 or above.
  3. Installed Kubernetes Kubectl CLI.
  4. Administrator rights on the Kubernetes cluster level. 
  5. Set up two databases to host Adeptia backend and log database with given system requirements.
  6. The database that meets the following two requirements:
    1. It is accessible through TCP/IP. The port must be fixed and opened.
    2. You have the below database permissions for Adeptia backend and log database.

      Database

      Ensure that you have permission to

      MS SQL server

      CREATE TABLE, ADD COLUMN, CREATE INDEX, DROP COLUMN, DROP INDEX, DROP TABLE, CREATE PROCEDURE, ALTER PROCEDURE, EXECUTE, and DROP PROCEDURE for SQL Server database.

      Azure MySQL

      SELECT, CREATE, DROP, INDEX, ALTER, INSERT, UPDATE, DELETE, REFERENCES, CREATE ROUTINE, ALTER ROUTINE, and EXECUTE.

      Important

      Before you can get this set of permissions, you need to set the server parameter log_bin_trust_function_creators to 1 in Azure MySQL database. Refer to this document for more details.
    3. Use SQL Authentication mode only.
  7. Whitelist https://connect.adeptia.com/ in the firewall for incoming and outgoing traffic for using business applications such as QuickBooks, Salesforce, or any other. 
  • No labels