Skip to content

Commit

Permalink
docs: update trigger compat for MariaDB
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Apr 2, 2024
1 parent 8739ab0 commit cbbab05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## [v7.1.0] - 2024-04-01

- **Notice**: This release significantly overhauls the core querying infrastructure for better performance. If you run into any regressions (including performance), please [file a bug report](https://github.com/pulsejet/memories/issues)
- **Breaking**: If you are running MySQL (not applicable to MariaDB), you may need some extra configuration for setting up database triggers. Check the admin panel for any errors in the performance section and refer to the documentation [here](https://memories.gallery/troubleshooting/#trigger-compatibility-mode).
- **Breaking**: If you are running MySQL / MariaDB, you may need some extra configuration for setting up database triggers. Check the admin panel for any errors in the performance section and refer to the documentation [here](https://memories.gallery/troubleshooting/#trigger-compatibility-mode).
- **Feature**: Basic search functionality.
- **Feature**: Allow sorting albums by most recently updated.
- **Feature**: Allow sorting albums in ascending and descending direction.
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If your admin panel shows that Memories is running in trigger compatibility mode

1. Run `occ maintenance:repair` to attempt to create the triggers. This will print any errors that occur.
2. Restart the PHP server.
3. If you are using MySQL (not applicable to MariaDB), set the `log_bin_trust_function_creators` option is set to `1` in your `my.cnf` file. If you are using docker, you can add `--log_bin_trust_function_creators=true` to your command line. Repeat steps 1 and 2 after making this change.
3. If you are using MySQL / MariaDB, set the `log_bin_trust_function_creators` option is set to `1` in your `my.cnf` file. If you are using docker, you can add `--log_bin_trust_function_creators=true` to your command line. Repeat steps 1 and 2 after making this change.

If none of the above work or are applicable, file a bug at the repository including the output of `occ maintenance:repair`.

Expand Down

0 comments on commit cbbab05

Please sign in to comment.