Skip to main content

Overview

Server provisioning in deployERP is a streamlined process that creates optimized infrastructure for your Odoo deployments. This guide covers everything from initial setup to advanced provisioning options.

Prerequisites

Before provisioning a server, ensure you have:

Cloud Provider Connected

At least one cloud provider configured in your account

Sufficient Permissions

Appropriate permissions in your cloud provider account

Provisioning Process

1

Select Provider

Choose from your connected cloud providers
2

Configure Server

Set location, size, and specifications
3

Review Settings

Confirm configuration and costs
4

Deploy

Initiate automated provisioning
5

Monitor Progress

Track provisioning status in real-time

Server Configuration Options

Basic Settings

string
required
Unique server identifier (e.g., “production-eu-1”)
  • Must be lowercase
  • Can contain hyphens
  • 3-50 characters
string
required
Cloud provider selection:
  • aws - Amazon Web Services
  • digitalocean - DigitalOcean
  • azure - Microsoft Azure
  • vultr - Vultr
  • hetzner - Hetzner Cloud
  • gcp - Google Cloud Platform
string
required
Deployment region based on provider:AWS Regions:
  • us-east-1 - US East (N. Virginia)
  • eu-west-1 - EU (Ireland)
  • ap-southeast-1 - Asia Pacific (Singapore)
DigitalOcean Regions:
  • nyc3 - New York
  • lon1 - London
  • sgp1 - Singapore

Server Specifications

string
required
Server size configuration:*Costs vary by provider and region

Advanced Options

string
default:"3.10"
Python version for Odoo compatibility:
  • 3.8 - For Odoo 14 and older
  • 3.9 - For Odoo 15
  • 3.10 - For Odoo 16-17 (recommended)
  • 3.11 - Latest version
string
default:"14"
PostgreSQL database version:
  • 12 - Legacy support
  • 13 - Stable
  • 14 - Recommended
  • 15 - Latest features
string
default:"ssd"
Storage configuration:
  • ssd - Standard SSD (recommended)
  • nvme - High-performance NVMe
  • hdd - Cost-effective HDD

Provisioning via Dashboard

Step 1: Navigate to Servers

From your deployERP dashboard:
  1. Click Servers in the navigation
  2. Click New Server button

Step 2: Provider Selection

Select from your connected providers:
  1. Choose provider from dropdown
  2. Verify available regions
  3. Check resource quotas

Step 3: Server Configuration

Configure your server specifications:

Step 4: Review and Deploy

  1. Review configuration summary
  2. Verify estimated costs
  3. Check provider quotas
  4. Click Deploy Server

Provisioning via API

Provisioning Timeline

Typical provisioning times by provider:

Provisioning Progress

Track provisioning status in real-time:

Status Indicators

Progress Monitoring

Post-Provisioning Setup

Once provisioning completes:
1

Verify Server Status

Confirm server shows as “running”
2

Check Resources

Review CPU, RAM, and storage allocation
3

Configure SSH Keys

Add SSH keys for direct access
4

Set Up Monitoring

Enable alerts and notifications
5

Deploy First Instance

Create your first Odoo instance

Custom Server Provisioning

For specific requirements:

Bring Your Own Server

Connect existing servers:
  1. Install deployERP agent
  2. Register with platform
  3. Configure management
  4. Enable monitoring

Custom Specifications

Request custom configurations:
  • High memory instances (up to 512GB)
  • GPU-enabled servers
  • Dedicated hosts
  • Custom networking
Contact support for custom server configurations not available in standard options.

Multi-Region Deployment

Deploy servers across regions:

Benefits

  • Reduced latency
  • Data sovereignty
  • Disaster recovery
  • Load distribution

Configuration

Cost Optimization

Right-Sizing

Choose appropriate server sizes:
  • Monitor actual usage
  • Scale based on metrics
  • Use development servers for testing
  • Consider time-based scaling

Reserved Instances

Save on long-term deployments:
  • AWS Reserved Instances
  • Azure Reserved VMs
  • Committed use discounts

Spot Instances

For non-critical workloads:
  • Up to 90% cost savings
  • Suitable for development
  • Batch processing
  • Testing environments

Troubleshooting

Common Issues

Error Handling

Best Practices

Plan Capacity

Estimate resource needs before provisioning

Use Naming Conventions

Consistent naming for easy management

Document Configuration

Keep records of server specifications

Test First

Provision test servers before production

Next Steps

After provisioning your server: