Replies: 1 comment
-
|
I ran into this same problem and made an issue for it #4051 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Backup filename is now generated with random words — this is a regression
In a previous version, the backup was stored cleanly inside the prefix path, like:
After a recent update, Dokploy started generating a random name and the file ends up stored as:
This is completely broken. The Prefix Destination field (
panel) is supposed to organize the backups inside the bucket — but now it gets mixed into a random generated filename instead of being used as the actual folder path. You can't identify what the file is, and the bucket becomes a mess.Please revert to a predictable naming pattern or at least use the prefix as a real folder path like it used to work.
Beta Was this translation helpful? Give feedback.
All reactions