Management commands
atfinity supports a list of management commands to make administrating your installation easier.
They are executed via ./atfinity.sh COMMAND
.
Command | Description |
| Display the current version of the software. If tenant_id is also provided, the current version of that tenants configuration is also displayed. |
| Display an overview of past and present cases, grouped by the processes. For clients with a fee based on the number of cases completed, we will ask you to send us the output of this command. |
| Create a new tenant. |
| Create a new user within the given tenant or (if user exists) reset password and update meta_admin status. |
| Create a new tenant with an attached meta admin user. |
| List all tenants of the system. |
| List all users of all tenants in the system. |
| Clear the current database and import a .zip with data and files. The .zip will first be copied into a shared folder with the docker container and then imported. |
| Export all current data and files to a .zip. The .zip will appear in the |
| Remove celery tasks (and their attachments) older than a week. We recommend running this periodically. |
| Invalidates all cases for all tenants and forces the rule engine to recalculate all cases and case results when a case is opened again |
| Delete all cases and instances for a specific tenant |
| Delete all case and instance data in the whole database. |
| Delete the tenants with the given ids. |
| Make order consecutive for configuration items (e.g. Documents, Categories, Information, etc.) for the specified tenant. |
| Removes all the logs from the database for the given tenant |
| Deletes all PDFs that do not have files attached |
Last updated