Documentation Index
Fetch the complete documentation index at: https://docs.nearbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Nearbase automatically backs up every running instance daily. Backups are managed entirely by the platform — no configuration required.Backup Schedule
| Property | Value |
|---|---|
| Frequency | Daily automated backups |
| Type | Full + incremental |
| Managed by | Platform (Alibaba Cloud RDS) |
| User action | None required |
Viewing Backup History
To see your backup history:- Open the instance in the console.
- Go to the Backups tab.
- Backup ID
- Backup type (full or incremental)
- Start and end time
- Backup size
- Status (succeeded / failed)
Retention Policy
Backups are retained according to the policy configured on your instance. You can view the current backup policy on the Backups tab. The default retention window is sufficient for most workloads; contact team@nearbase.dev if you need a longer retention period.Restoring from a Backup
Point-in-time restore and manual restore operations are handled by Nearbase support. If you need to restore your database to a previous state, contact team@nearbase.dev with:- Your instance ID
- The target restore point (date and time, or backup ID)
Exporting Data Manually
For application-level exports (e.g., migrating data or creating a local copy), usepg_dump:
pg_restore: