Backup/restore resets User collection API rules and email templates (v0.31.0) #7326
Replies: 1 comment
-
|
I've just tested it locally and it seems to work correctly for me. Backups are essentially copy of your One tricky part with the restore is that if your new project has generated migrations then they will be applied on top of the restored backup on restart because they will be eventually missing from the original If you still think that it is a PocketBase issue, feel free to provide more clear steps how to trigger it and I'll try to investigate it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using PocketBase v0.31.0 and ran into an issue with backups. On one instance, I changed the User collection API permissions and email templates using the UI, then created a backup from the Settings → Backups page. On a fresh install of PocketBase v0.31.0 on a second device, I first created a superuser account, then restored the backup using the UI as well. After restore, all data is there, but the User collection API permissions and email templates (for Auth) are reset to their default values instead of the customized ones from the first instance. Is this expected behavior or a bug
Beta Was this translation helpful? Give feedback.
All reactions