-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the status page to the backup.json file #1500
Comments
If this issue is still up for grabs I would like to start work on it. |
@tarun7singh I don't see any pull requests for this and no one else has said that they are working on it so you might as well take a crack at it. I would recommend creating an empty commit using |
This would be very much appreciated (y) Also had a corruption issue yesterday and re-creating a page with 140+ monitors is no fun. Especially, which would be stuff for other feature requests, since you can't sort or mass-move or mass-select stuff, adding monitors only honors the top-most group, ... |
I vote for this one as well. A lot of design effort going into laying out the perfect status page, only to lose it would be a huge bummer. :) |
Is this still open? |
Yes, this is still an open issue. If you look at the json output of the status pages. Contributions to #2667 are likely welcome. |
Obsolete as the backup feature has been dropped in #3892. |
Chiming in with a more in-depth explanation: Please see #2141 (comment)
Backup & Restore with JSON has been deprecated and issues will not be fixed due to the amount of problems it has been causing for our users and us. New approaches to these features should use SQLite dump or MariaDB dump respectively. (Here is our contribution guide) You can subscribe to these issues meanwhile: Footnotes
|
🏷️ Feature Request Type
Other
🔖 Feature description
I had to restore recently my uptime kuma instance on a brand new installation. I though the .json backup was enough and yes it contains all the monitors but miss the status page which is a bit sad since it forces to manually recreate it.
✔️ Solution
Simply add dashboard info to the json to allow for quick restore
❓ Alternatives
Currently the main alternative is either a low level backup (backing up the database etc) or rebuilding the status page manually.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: