⟵ hearthere ⟶
  • Quick start
  • Install MIT
  • Install PRO
  • Updating
  • Optimization
  • Update v4-v6
  • Backups
  • Console utility bin/totum
  • Basics for users
  • Interface and Layout
  • Tables and their parameters
  • Prefilter
  • Fields and their parameters
  • Syntax
  • Code, actions, formatting
  • Relational relationships
  • Calculation order and calculation units
  • Auto-complete calculations and timing
  • Duplicate rows and cycles
  • Comparisons
  • Functions
  • Debugging
  • Print and CSV
  • API
  • Roles and users
  • Notifications
  • Scheduled Actions
  • System tables
  • Trees
  • Anonymous tables
  • External Forms
  • Exporting and importing tables
  • [PRO] MeiliSearch
  • [PRO] Databases
  • [PRO] Custom CSS
  • [PRO] Custom docs
  • [PRO] LDAP AD
  • [PRO] File versions
  • [PRO] List-unsubscribe
  • [PRO] Dynamic fields
  • [PRO] Only Office
  • [PRO] Auth Tokens
  • [PRO] 2FA
  • [PRO] Superlang
  • [PRO] Daemons
  • [PRO] Profiler
  • Connecting functions
  • [SRV] Installation and Connection
  • [SRV] Export, PDF, Upload, and Preview
  • [SRV] XLSX/DOCX Generators
  • Console Utility bin/totum

    If Totum is not installed, the only available command will be install.

    You can view the list of commands with bin/totum list — executed from the root folder of totum.

    Available commands:

    • clean-schema-tmp-tables — Clean tmp_tables in schemas. For single install. Set in crontab one time in 10 minutes.

    • clean-schemas-tmp-tables — Clean tmp_tables in schemas. For multi install. Set in crontab one time in 10 minutes.

    • clean-tmp-dir — Clean tmp dir. Set in crontab one time in 10 minutes.

    • git-update — Update from git origin master && composer && schema(s)-update.

    • help — Displays help for a command.

    • list — Lists commands.

    • schema-cron — Execute exact totum code of table crons.

    • schema-crons — Execute totum codes of table crons for single install. Set in crontab every minute.

    • schemas-crons — Execute totum codes of table crons for multi install. Set in crontab every minute.

    • schema-passwd — Change password for schema user.

    • schema-update — Update schema.

    • schemas-update — Update schemas for multi install.

    • schemas-list — List of active schemas.

    • schema-backup — Backup schema to file.

    • schema-add — Add new schema.

    • schema-duplicate — Duplicate schema. You need install with psql and pg_dump in it. Change Conf.php if you installed totum without its.

    • schema-replace — Replace or add schema.

    • set-hidden-host — Add/set hidden host.

    • vacuum — Vacuum all database or table in schema.

    • exec — Technical function for run Totum-code from CLI.

    • schema-user-unblock — Unblock user authorization.

    To view documentation for a specific command, execute bin/totum COMMAND -h.