Storage
Storage Configuration
Configure S3-compatible storage for your database backups
Storage Configuration
LastBackup supports any S3-compatible storage as backup destination.
Supported Providers
| Provider | Type | Best For |
|---|---|---|
| AWS S3 | Cloud | Production workloads, global availability |
| Cloudflare R2 | Cloud | Zero egress fees, edge performance |
| MinIO | Self-hosted | On-premise, air-gapped environments |
| Wasabi | Cloud | Hot storage, cost-effective |
| Aliyun OSS | Cloud | China region compliance |
| Tencent COS | Cloud | China region compliance |
Testing Connection
After configuring storage, always test the connection:
- Click Test Connection in the storage form
- LastBackup will attempt to:
- List bucket contents
- Upload a small test file
- Delete the test file
- If successful, you'll see a green checkmark
- If failed, check the error message for troubleshooting
Common Issues
Access Denied
- Verify access key and secret key are correct
- Check IAM/bucket policy permissions
- Ensure bucket exists and is accessible
Connection Timeout
- Verify endpoint URL is correct
- Check network connectivity
- Ensure firewall allows outbound HTTPS
Invalid Endpoint
- Use HTTPS for production
- Include region in endpoint if required
- Don't include bucket name in endpoint URL