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
Describe the bug with a clear and concise description of what the bug is.
Binary installation failed in the last step (./gotosocial --config-path ./config.yaml server start).
The server is unable to start: "error executing command: error creating storage backend: error opening disk storage: mkdir /gotosocial: permission denied"
PostgreSQL db info: | raphaelmartinfr_gots | raphaelmartinfr_gots | UTF8 | en_US.UTF-8 | en_US.UTF-8 | pg_default | 9623 K
This is a configuration issue. You've got something pointed at /gotosocial, probably the storage-local-base-path, but the process isn't allowed to create that directory tree.
You'll need to reconfigure that to point at something the user gotosocial runs as is allowed to write to.
I'm going to close this for now as this is most probably a configuration issue. When the storage-backend is set to local, GtS will try to create the necessary directory structure as indicated by storage-local-base-path. This needs to be an area GtS can write to. If you're running from within a container, you have to mount a volume at that path, as shown in the docker-compose example.
Describe the bug with a clear and concise description of what the bug is.
Binary installation failed in the last step (
./gotosocial --config-path ./config.yaml server start
).The server is unable to start: "error executing command: error creating storage backend: error opening disk storage: mkdir /gotosocial: permission denied"
PostgreSQL db info:
| raphaelmartinfr_gots | raphaelmartinfr_gots | UTF8 | en_US.UTF-8 | en_US.UTF-8 | pg_default | 9623 K
What's your GoToSocial Version?
v0.11.0-rc2
GoToSocial Arch
linux amd64 Binary
What happened?
What you expected to happen?
No response
How to reproduce it?
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: