Do I need to modify the MySQL YAML files in /srv/apps/ansibleforms-docker/k8s
to fix the permission error when running Podman-compose?
#274
Unanswered
jtordesillasmt
asked this question in
Q&A
Replies: 2 comments 5 replies
-
https://ansibleforms.com/installation/#set-proper-permissions
|
Beta Was this translation helpful? Give feedback.
5 replies
-
I'm a bit stuck here. Deployment is as simple as this:
I'm not a linux admin, you'll need to find help beyond this discussion forum. I've deployed probably 100's of these by now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m trying to install Ansible Forms using Podman in Fedora, but I’m running into several permission-related errors. When I run the
podman-compose up
command, I get the following errors:[root@node ansibleforms-docker]# podman-compose up
955359ce266d928b02853d1897e58426b23a2beb9dc38222d07217711e0fa5d0
86b3f099f4bb0e294dc8d2996a43b82d66fef7df46ba4a53f4e2f9eba5d8dde6
[mysqldb] | 2025-03-24 11:58:16+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.1.0-1.el8 started.
[mysqldb] | find: '/var/lib/mysql/': Permission denied
[mysqldb] | find: '/var/lib/mysql': Permission denied
[mysqldb] | chown: changing ownership of '/var/lib/mysql/': Permission denied
[mysqldb] | chown: changing ownership of '/var/lib/mysql': Permission denied
[app] | /app/dist/config/log.config.js:25
[app] | throw new Error("Failed to create the path for the log files");
[app] | ^
[app] |
[app] | Error: Failed to create the path for the log files
[app] | at Object. (/app/dist/config/log.config.js:25:11)
[app] | at Module._compile (node:internal/modules/cjs/loader:1198:14)
[app] | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
[app] | at Module.load (node:internal/modules/cjs/loader:1076:32)
[app] | at Function.Module._load (node:internal/modules/cjs/loader:911:12)
[app] | at Module.require (node:internal/modules/cjs/loader:1100:19)
[app] | at require (node:internal/modules/cjs/helpers:119:18)
[app] | at Object. (/app/dist/src/lib/logger.js:4:22)
[app] | at Module._compile (node:internal/modules/cjs/loader:1198:14)
[app] | at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
I’ve tried several solutions, but the issues persist. I was wondering if I need to modify the MySQL YAML files in the path
/srv/apps/ansibleforms-docker/k8s
, or if there’s anything else I should check to resolve these permission errors. Any help or suggestions would be greatly appreciated!Beta Was this translation helpful? Give feedback.
All reactions