We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31605e0 commit ff53a77Copy full SHA for ff53a77
share/github-backup-utils/ghe-restore-audit-log
@@ -42,7 +42,8 @@ mysql_table_schema_available(){
42
# Check whether the remote host is running a version where the MySQL backend
43
# is supported, i.e: < 2.19
44
is_mysql_supported(){
45
- [ "$(version "$GHE_REMOTE_VERSION")" -lt "$(version 2.19.0)" ]
+ ghe-ssh sudo grep -q "ENTERPRISE_AUDIT_LOG_MYSQL_LOGGER_ENABLED='1'" \
46
+ /data/github/current/.app-config/env.d/99-instance.sh
47
}
48
49
# Helper function to set remote flags in `/data/user/common/audit-log-import`
0 commit comments