truenas / charts

TrueNAS SCALE Apps Catalogs & Charts
BSD 3-Clause "New" or "Revised" License
290 stars 278 forks source link

Wordpress 1.2.10 #2665

Closed masrudyn closed 1 month ago

masrudyn commented 1 month ago

Getting permission denied errors during installation: 2024-07-17 22:34:30.943869+08:00tar: ./wp-content: Cannot mkdir: Permission denied 2024-07-17 22:34:30.943898+08:00tar: ./wp-content/plugins/akismet/class.akismet-widget.php: Cannot open: No such file or directory 2024-07-17 22:34:30.943927+08:00tar: ./wp-config-docker.php: Cannot open: Permission denied

stavros-k commented 1 month ago

If you used hostPath, you should make sure the user and group id 33 have r/w access to the host paths you defined.

Thanks

masrudyn commented 1 month ago

thanks! Solved it for me.