-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql restart error occurs when community server' is started #493
Comments
I tried to remove all the Volume without mounting any files on my machine, this problem still exists, thank you very much for your answer |
Hello @Zmzzz Please describe in more detail how you installed Onlyoffice? Your host OS? |
According to the official documentation of onlyoffice, I have successfully run onlyoffice on ubuntu 20 before. Now I am using an immutable kernel operating system made by our company based on ubunutu 20, which is still in the test stage, and file permission problems often occur. I wrote a yaml file on this computer using k3s to start the container, there are four mirrors inside the container, the first time I used Volume mapping to the local path, I encountered a permission error, I deleted all the volumes still the same problem The following is the yaml file:
Among them, I changed a configuration of the document image and repackaged it based on the official image. The official image would have a downloading failure due to the private IP problem |
Just now, I entered the mysql container to check whether the user was successfully created, and found that the previous sql script was not successfully executed, could it be related to this
|
Sorry, but we do not support installation of k3s or other type of Kubernetes. I have no idea what the |
This is the community startup log
`+ '[' ']'
myisamchk: error: File '/var/lib/mysql/mysql/proc' doesn't exist
Synchronizing state of mysql.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable mysql
su: warning: cannot change directory to /nonexistent: Permission denied`
I wouldn't have this problem on another normal computer, the current one having some permissions issues
The text was updated successfully, but these errors were encountered: