Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
Thanks for trying. The issue you mentioned helped me before to have it spinning. I feel like I've tried everything mentioned in the docs as well as what I am aware of and capable of 😅
Yeah, sorry about that... Seems alot of python is involved.
Can you check your permission on
"pg_logical/snapshots"
in your folder ?drwx------ 1 70 root 512 Apr 21 15:40 postgres_data
drwx------ 1 70 70 0 Apr 21 14:41 pg_snapshots
I manually set it to 777 several times for testing purposes, but apparently, it switches back to 700
Here is something you can work on. You could try to mount your volumes as named volume as per this docker-compose file, so that docker takes care of permissions and ownership of the files.
If I understand it correctly you want to use an external drive or a drive partition ? You can't directly use those partitions as named volume. You can also mount a SAMBA/CIF mounted volume from your external drive/drive partition or NFS (read here).
Do not change this part in the docker-compose I shared above. This files needs to be located where It can find it.
This is what I would give a try. Apart from that, I can't help you any further, maybe someone else would come up with a better idea :/.
This seems like a stupid permission issue ˆˆ'. Hope you will find your way arround !
Okay so I tried again, but only changing port. It worked. I really wish I could figure out this permission issues and bond volumes. Thanks again for your help :)
Still no luck, but thanks for trying :)