You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server (please complete the following information):
Ubuntu 22.04.3
Ravada Version [last]
Client (please complete the following information):
Google Chrome 128.0.6613.84
Ubuntu 22.04.3
Additional context
root@adcd27aeed1b:/ravada# PERL5LIB=./lib ./script/rvd_back --add-user admin
INFO: creating table groups_local
DBD::mysql::db do failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(0), name char(255) NOT NULL )' at line 1 at lib/Ravada.pm line 2483.
Remember that courtesy and proper grammar go a long way.
Please take the time to craft a precise, polite issue.
We will do our best to help, but remember that this is an open source project - none of us are getting paid a salary to develop this project, or act as your personal support hotline ;-)
Carefully search the existing issues, both opened and closed. Your question may have already been asked and answered before!
The text was updated successfully, but these errors were encountered:
- change database image, from Mysql 5.7 to MariaDB 11.4 LTS
- remove version tag it's deprecated
WARN[0000] /root/src/ravada/dockerfy/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it
to avoid potential confusion
- Add ovmf package, fix this error:
libvirt error code: 9, message: operation failed: unable to find any master var
store for loader: /usr/share/OVMF/OVMF_CODE_4M.fd
* Fix mysql problem (#2078)
- change database image, from Mysql 5.7 to MariaDB 11.4 LTS
- remove version tag it's deprecated
WARN[0000] /root/src/ravada/dockerfy/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
* Fix docker-compose (#2078)
* Fix docker flush
* Fix error ovmf (#2078)
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Deploy Ravada via Docker following the exact procedure https://ravada.readthedocs.io/en/latest/docs/INSTALLfromDockers.html
Expected behavior
I expected it to run
Screenshots
Server (please complete the following information):
Client (please complete the following information):
Additional context
root@adcd27aeed1b:/ravada# PERL5LIB=./lib ./script/rvd_back --add-user admin
INFO: creating table groups_local
DBD::mysql::db do failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(0), name char(255) NOT NULL )' at line 1 at lib/Ravada.pm line 2483.
Remember that courtesy and proper grammar go a long way.
Please take the time to craft a precise, polite issue.
We will do our best to help, but remember that this is an open source project - none of us are getting paid a salary to develop this project, or act as your personal support hotline ;-)
Carefully search the existing issues, both opened and closed. Your question may have already been asked and answered before!
The text was updated successfully, but these errors were encountered: