Sunil Narain

Technical Director, Customer Success, EDB

Sunil Narain is Technical Director at EDB, focusing on customer success and databases (Oracle, SQL Server, PostgreSQL). He has over 20 years of experience managing large Oracle and SQL Server database environments as a DBA and the manager of DBAs; several years of consulting, development, and leadership experience at various large enterprises; and expertise in setting up high availability and DR using Oracle RAC and dataguard. Development experience using Java, Oracle, Pro*C, and FileNet.

Currently, he is working as Technical Director of Customer Success at EDB and managing a global team of Customer Success Architects, who are responsible for successful technical onboarding of new customers by helping them with their deployments and maintain an ongoing technical relationship with existing customers for successful adoption of EDB's products to maximize the value of their investments.

In his free time, he paints on canvas.

Read Blogs

Postgres Tutorials
SSL (Secured Sockets Layer) also known as TLS (Transport Layer Security) is a standard security technology for establishing encrypted connection between a server and a client. SSL uses a combination of public key and symmetric key encryption to secure connection between two machines communicating over the Internet or an internal network.
Postgres Tutorials
Abstract This article provides step-by-step instructions for using the EDB Postgres Backup and Recovery Tool (BART) to save PostgreSQL backups to Amazon AWS S3. Step 1: Install BART on master and standby servers Step 2: Install and configure S3FS-FUSE on master and standby servers Step 3: Configure BART on master and standby servers Step 4: Test BART configuration on master and standby servers...