Skip to content

Instantly share code, notes, and snippets.

@starkayc
Last active March 13, 2025 21:30
Show Gist options
  • Select an option

  • Save starkayc/1d3e2ff1c5a0c9e2a8f810e06f2388e4 to your computer and use it in GitHub Desktop.

Select an option

Save starkayc/1d3e2ff1c5a0c9e2a8f810e06f2388e4 to your computer and use it in GitHub Desktop.
Fix for Allowed memory size of 134217728 bytes exhausted on Pelican Panel

Pelican Prune Webhook Configurations DB

Prune Database

Enter the SQL terminal and login.

mysql -u pelican

Delete the data in webhook configurations.

DELETE FROM panel.webhook_configurations;

Then exit the SQL terminal.

EXIT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment