Core Concepts
Reference
How-to Guides
Troubleshooting
SFTP
Provisioning an SFTP Database
SFTP Databases cannot be provisioned via the Dashboard. STFP Databases can be provisioned in the following ways:
- Using the
aptible db:create
command- For example:
aptible db:create "$DB_HANDLE" --type sftp
- Using the Aptible Terraform Provider
Usage
The service is designed to run with an initial, password-protected admin user. Additional users can be provisioned anytime by calling add-sftp-user with a username and SSH public key.
For example:
ssh -p <docker-port> aptible@<docker-host>
sudo add-sftp-user regular-user <ssh-pubkey>