Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

BookStack DB Adjustment for MySQL 8

Running BookStack in aaPanel Using Docker

Modify these following tables: cache ALTER TABLE `cache` ADD PRIMARY KEY(`key`); password_resets ALTER TABLE `password_resets` ADD PRIMARY KEY(`email`); sessions ALTER TABLE `sessions` ADD PRIMARY KEY(`id`);

Migrate Managed Volume to Host Volume

Docker Commands

Migrating a managed volume into a host volume typically involves these steps, assuming you're working with Docker or a similar containerization platform: Stop Containers: First, stop any containers that are currently using the managed volume. This ensures th...

Install s3cmd on Amazon Linux

Logging Management with Grafana

To install s3cmd on Amazon Linux, you can follow these steps: If you're encountering an error where s3cmd cannot be found, it might be due to a few reasons. Here are some steps to troubleshoot and resolve the issue: Update Package List: Ensure your package l...

MySQL Error Fixings

MySQL Cookbook

TLS/SSL Error ERROR 2026 (HY000): TLS/SSL error: self-signed certificate in certificate chain Solution: Just reinstall your MySQL MySQL Dump Privilege Problem mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this opera...

s3cmd Error Fixings

Export Database with Kubernetes Cronjob

CERTIFICATE_VERIFY_FAILED WARNING: Retrying failed request: <file> ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1145)) Solutin: Add option --no-check-certificate to s3cmd.