mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Allow to bulk update allocation ips #415
Reference in New Issue
Block a user
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 @Boy132 on GitHub (Sep 4, 2025).
Originally assigned to: @Copilot on GitHub.
Currently, if an ip changes for whatever reason you only have two options: manually update each allocation with the new ip or fiddle around with the database.
A better solution would be to add a new button to the allocation relation manager to bulk update ips (replace old ip with new ip). That's easier for users and also allows better error handling.