Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sitectl.libops.io/llms.txt

Use this file to discover all available pages before exploring further.

Run common maintenance commands:
sitectl wp core version
sitectl wp core update-db
sitectl wp cache flush
sitectl wp db update
Export and import the database through the template Makefile:
sitectl wp db export /tmp/site.sql
sitectl wp db import /tmp/site.sql
Importing a database replaces the target database. Use it only when the target environment can be overwritten.