mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Bug: "Certificate Expiry Notification" reset when restoring/importing monitors #1255
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#1255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rezzorix on GitHub (Jul 15, 2022).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
I recently moved my uptime-kuma from one machine to another.
So I backed up my monitors into a .json file on the old machine and then restored them again on the new machine.
I have switched off the "Certificate Expiry Notification" in most of my monitors.
However, when restoring, all monitors had this option activated.
I have checked the .json file - all data is correct exported.
When restoring the
expiryNotification": falsein the .json will be ignored and the default settingexpiryNotification": trueis used.👟 Reproduction steps
Backup/Export a list of monitors through webinterface into .json
Import/Restor the .json file through webinterface
👀 Expected behavior
Backup/Export settings should match Restored/Imported settings.
😓 Actual Behavior
Backup/Export settings do not match Restored/Imported settings.
🐻 Uptime-Kuma Version
1.17.1
💻 Operating System and Arch
Debian 11
🌐 Browser
FF, Chrome, Edge
🐋 Docker Version
20.10.17
🟩 NodeJS Version
📝 Relevant log output
No response
@chakflying commented on GitHub (Nov 21, 2023):
Obsolete as the backup feature has been dropped in #3892.
@CommanderStorm commented on GitHub (Feb 8, 2024):
Chiming in with a more in-depth explanation:
Please see https://github.com/louislam/uptime-kuma/issues/2141#issuecomment-1272360952
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.
The current design is just not maintainable, causing countless bugs.
In
v2.0the deprecated backup tool is being removed because of this reason.Please consider using SQL, API based1 or infrastructure based2 backup instead.
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:
using the third-party API: https://uptime-kuma-api.readthedocs.io/en/latest/ ↩︎
see https://github.com/louislam/uptime-kuma/issues/477#issuecomment-1557966187 for a setup example ↩︎