I am trying to set up pocketbase on a Debian server.
On the server, I created a dir called pb and used scp to transfer over the pocketbase file I downloaded from here.
I downloaded all three linux packages:
pocketbase_0.10.2_linux_amd64.zippocketbase_0.10.2_linux_arm64.zippocketbase_0.10.2_linux_armv7.zip
I downloaded each file, unzipped it and then moved the pocketbase file over to the server.
(Note: I've downloaded these onto a windows machine and then SCP pocketbase file over to my server.)
When I run pocketbase serve, I get the error command not found.
                        
Execute it as instructed by pocketbase's documentation if you are within the same directory as the bin file:
./pocketbase serveIf you want to run it as
pocketbase servealone you will need to move the bin file under/usr/binor ideally/usr/local/binwhich should be under your system's$PATHvariable.https://pocketbase.io/docs/
Run
./pocketbase --helpor./pocketbase [command] --helpfor more assistance.