Skip to content
On this page

Restoring Backup with Pocketbase

Setup

Manual Restore

  1. Click on the Upload Backup button.
  2. Select the backup file and upload it.
  3. After uploading, it will appear in the backup list.
  4. Click on the Restore icon next to the uploaded backup to initiate the restoration process.
  5. Wait for the restoration process to complete.

Restore using API

Requirements

  • Endpoint
  • Login credentials
  • Pocketbase SDK

Steps

  1. Set up the Pocketbase SDK with Node.js.

  2. Use the provided endpoint and login credentials to authenticate.

  3. Follow the Pocketbase web APIs documentation for further instructions on setup.

  4. Once set up, perform the following actions:

    • Upload a backup.
    • Get the list of available backups.
    • Select the backup you want to restore.
    • Wait for the restoration process to complete.

    The backup will be successfully restored.

Additional Notes

  • Ensure that you have the necessary permissions and access rights before performing any restoration process.

  • Always keep a backup of your backup files to avoid data loss.

For more detailed information, refer to the Pocketbase Documentation.