Operators
This section is for people who install, update, deploy, and maintain QUIQQER systems.
Operating QUIQQER includes installation, package updates, setup runs, runtime directories, cache handling, backups, deployment environments, logs, and server configuration.
Operator Responsibilities
- keep PHP, database, web server, and cron environment ready for the installed packages
- install QUIQQER and document installation paths
- update packages and run setup workflows
- keep runtime directories writable for the web server user
- clear caches after relevant changes
- review logs after deployments, updates, and incidents
- prepare backups before maintenance work
- regenerate web server files when routing rules change
Operator Documentation
| Task | Documentation |
|---|---|
| Work with maintenance commands | Console |
| Understand system configuration | Configuration |
| Update packages and run setup | Updates and Setup |
| Clear caches and inspect logs | Cache and Logs |
| Maintain Apache or NGINX routing files | Web Server |
| Install from the official guide | Installation |
Operating Model
QUIQQER separates source packages, project files, runtime data, and generated web server files. Normal maintenance work should use the provided console tools and package workflows instead of manually changing generated files.
Before every production update, prepare a rollback path. At minimum, keep a current database backup, a file backup of the installation, and a note of the package versions that are being changed.
Related Developer Documentation
- CLI explains how packages register their own console tools.
- Package Development explains package structure and runtime paths.
- XML Configuration explains package files imported during setup and updates.
