-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPE-6139] Update mysql and router to 8.0.40 + install percona server…
… plugins from PPA (#59) * Update mysql and router to 8.0.40 + install percona server plugins from PPA * Update mysql-shell to 8.0.40 + update version of snap to 8.0.40 * Add mysql-pitr-helper package installed from PPA * Include pitr commands * update dpw * skip pitr service/app tests as it relies in running s3 and other test fixes * required error.log for start without initialization --------- Co-authored-by: Paulo Machado <[email protected]>
- Loading branch information
1 parent
b358054
commit d457c8b
Showing
5 changed files
with
81 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
# For security measures, applications should not be run as sudo. | ||
# Execute mysqlsh as the non-sudo user: snap-daemon. | ||
exec "${SNAP}/usr/bin/setpriv" \ | ||
--clear-groups \ | ||
--reuid snap_daemon \ | ||
--regid snap_daemon \ | ||
-- \ | ||
"${SNAP}/usr/bin/mysql-pitr-helper" \ | ||
collect \ | ||
"${SNAP_DATA}/etc/mysql-pitr-helper-collector.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters