github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_fix.md (about)

     1  ## cozy-stack fix
     2  
     3  A set of tools to fix issues or migrate content.
     4  
     5  ```
     6  cozy-stack fix <command> [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for fix
    13  ```
    14  
    15  ### Options inherited from parent commands
    16  
    17  ```
    18        --admin-host string   administration server host (default "localhost")
    19        --admin-port int      administration server port (default 6060)
    20    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    21        --host string         server host (default "localhost")
    22    -p, --port int            server port (default 8080)
    23  ```
    24  
    25  ### SEE ALSO
    26  
    27  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    28  * [cozy-stack fix contact-emails](cozy-stack_fix_contact-emails.md)	 - Detect and try to fix invalid emails on contacts
    29  * [cozy-stack fix indexes](cozy-stack_fix_indexes.md)	 - Rebuild the CouchDB views and indexes
    30  * [cozy-stack fix jobs](cozy-stack_fix_jobs.md)	 - Take a look at the consistency of the jobs
    31  * [cozy-stack fix mime](cozy-stack_fix_mime.md)	 - Fix the class computed from the mime-type
    32  * [cozy-stack fix orphan-account](cozy-stack_fix_orphan-account.md)	 - Remove the orphan accounts
    33  * [cozy-stack fix password-defined](cozy-stack_fix_password-defined.md)	 - Set the password_defined setting
    34  * [cozy-stack fix redis](cozy-stack_fix_redis.md)	 - Rebuild scheduling data strucutures in redis
    35  * [cozy-stack fix service-triggers](cozy-stack_fix_service-triggers.md)	 - Clean the triggers for webapp services
    36  * [cozy-stack fix thumbnails](cozy-stack_fix_thumbnails.md)	 - Rebuild thumbnails image for images files
    37