Aptabase should be configured for privacy-first product analytics data quality and secure event ingestion.
# Aptabase Application
BASE_URL=https://aptabase.example.com
AUTH_SECRET=replace-with-random-secret-generated-by-randomkeygen
# PostgreSQL Database (metadata)
DATABASE_URL=Server=aptabase_db;Port=5432;User Id=aptabase;Password=replace-with-strong-password;Database=aptabase
# ClickHouse Database (events)
CLICKHOUSE_URL=Host=aptabase_events_db;Port=8123;Username=aptabase;Password=replace-with-strong-password
# PostgreSQL Container (if using Docker Compose)
POSTGRES_USER=aptabase
POSTGRES_PASSWORD=replace-with-strong-password
# ClickHouse Container (if using Docker Compose)
CLICKHOUSE_USER=aptabase
CLICKHOUSE_PASSWORD=replace-with-strong-password
AUTH_SECRET using a random password generatorDATABASE_URLCLICKHOUSE_URLBack up metadata database(s), event storage, and configuration/secrets metadata. Validate restore with one ingestion path, one dashboard/query, and one export/report check.
Squeezing every bit of performance from your Aptabase installation? Our experts help with:
Optimize your setup: office@linux-server-admin.com | Contact Us