Skip to content

A collection of terminus plugins to facilitate managing sites on Pantheon.

License

Notifications You must be signed in to change notification settings

jfussion/terminus_debugging_tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

terminus_cse_tools

A collection of terminus plugins to facilitate managing sites on Pantheon.

For installation help, see Terminus Plugins Wiki

Tools

Blob

This command looks for large blobs in your database. Large blobs can break replication and otherwise cause issue.

Example:

terminus blob columns --site=SITE_NAME --env=ENV
terminus blob cells --site=SITE_NAME --env=ENV --table=TABLE_NAME --column=COLUMNA_NAME

Analyze

This command runs ANALYZE TABLE table_1, table_2 on the client database. Leave --table parameter empty for all the tables from the database.

Example:

terminus analyze --site=SITE_NAME --env=ENV
terminus analyze --site=SITE_NAME --env=ENV --table=node,users

About

A collection of terminus plugins to facilitate managing sites on Pantheon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%