atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

Fix DockerFile read-only SQLite error in demos #2055

Closed abbadon1334 closed 1 year ago

abbadon1334 commented 1 year ago

I have been running the command directly on the deploy server. However, I believe it is correct to merge this PR and test the usual deployment flow via webhook.

As pointed out by @mvorisek, the root cause of the issue lies in incorrect permissions. To resolve this, it is essential to set the correct owner for the folder where the SQLite database is located. I hope this adjustment will effectively address the problem.

mvorisek commented 1 year ago

@abbadon1334 did you test is locally?

abbadon1334 commented 1 year ago

i tested directly on deploy server and it works, but to be sure i think the best is to trigger the webhook

mvorisek commented 1 year ago

The read-only error is gone. Thank you!

Please fix also cert renew of https://dev.atk4.org/ to be done via cron/automatically.