Installation system requirements
Hardware requirements
CPU
CPU requirements are dependent on the number of users and expected active resources. At a minimum, a 4-core CPU is required.
Memory
Memory requirements are dependent on the number of users and expected active resources. At a minimum, 8GB of memory is required.
Redis
Redis stores all user sessions, caching and the background task queue.
The requirements for Redis are as follows:
- Redis 7.x (6.x may work, but is not officially supported)
- Redis Eviction Policy:
noeviction
Ctrlplane Version | Minimum Redis version | Maximum Redis version |
---|---|---|
0.x | 7.x | 7.x |
PostgreSQL
PostgreSQL is the only supported database, it stores most of the applications data.
Ctrlplane Version | Minimum PostgreSQL version | Maximum PostgreSQL version |
---|---|---|
0.x | 16.x | 17.x |
⚠️
Do not make direct changes to the database, schemas, users, or other properties except when following procedures in the Ctrlplane documentation or following the directions of Ctrlplane Support or other Ctrlplane engineers.