pull down to refresh
If you remove 2>/dev/null it'll print errors.
On it! Thanks!
umbrel@umbrel:$ find /umbrel -name "btcpay-setup.sh"find: '/home/umbrel/umbrel/app-data/tailscale/data/tailscale': Permission deniedfind: '/home/umbrel/umbrel/app-data/btcpay-server/data/postgres': Permission deniedumbrel@umbrel:$ sudo find /umbrel -name "btcpay-setup.sh"[sudo] password for umbrel:umbrel@umbrel:$ cd umbrel/app-data/btcpay-server/dataumbrel@umbrel:/umbrel/app-data/btcpay-server/data$ cd postgres
-bash: cd: postgres: Permission denied
umbrel@umbrel:/umbrel/app-data/btcpay-server/data$ sudo cd postgressudo: cd: command not foundsudo: "cd" is a shell built-in command, it cannot be run directly.sudo: the -s option may be used to run a privileged shell.sudo: the -D option may be used to run a command in a specific directory.umbrel@umbrel:/umbrel/app-data/btcpay-server/data$ cd postgres -D
-bash: cd: too many arguments
umbrel@umbrel:~/umbrel/app-data/btcpay-server/data$
OK, I'm just a total dumbass. Do you know how to get into this folder? lol
Is the file not in ~/umbrel/app-data/btcpay-server/?
Run ls ~/umbrel/app-data/btcpay-server/ to check.
I don't imagine you need to cd into postgres.
umbrel@umbrel:~/umbrel/app-data/btcpay-server/data$ ls ~/umbrel/app-data/btcpay-server/
data docker-compose.yml settings.yml umbrel-app.yml
It looks as if it is not.
By the way, I read the markdown instructions again and I cannot figure out how you guys make the code pink? Is is markdown or witchcraft? lol
surround it in backticks: `
Look in ~/umbrel/app-data/btcpay-server/data with ls ~/umbrel/app-data/btcpay-server/data or tree ~/umbrel/app-data/btcpay-server/data if tree is available.
If it's not there, I'd reach out to btcpayserver or umbrel support.
It appears to be time to contact the support team. Thanks so much though.
Thanks man! Umbrel does still store everything in that directory. Unfortunately, that command didn't seem to do anything on my system. It didn't even throw an error.