Skip to content

Commit

Permalink
Update readme (#55)
Browse files Browse the repository at this point in the history
Updated restore instructions and removed command option for restore.
  • Loading branch information
weighsone authored Feb 11, 2025
1 parent 916c99f commit 85f6bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ This utility requires a single command to execute one of the built in operations
| [`stacks`](#stacks) | Backup portainer stacks |
| [`test`](#test) | Test backup (no files are saved) |
| [`info`](#info) | Get portainer server info |
| [`restore`](#restore) | Restore portainer data |

> **NOTE:** The `restore` command is not currently implemented due to issues with the Portainer API.

### Backup

Expand Down Expand Up @@ -164,7 +162,7 @@ docker run -it --rm \

### Restore

The **restore** operation is not implemented at this time. We encountered trouble getting the Portainer **restore** API (https://app.swaggerhub.com/apis/portainer/portainer-ce/2.11.1#/backup/Restore) to work properly and are investigating this issue further.
The backup file generated can be used with portainers built in restore function. See here for details: https://docs.portainer.io/admin/settings/general#restoring-from-a-local-file

---

Expand Down

0 comments on commit 85f6bf4

Please sign in to comment.