-
|
Hello, I'm not sure if this is a bug or a mistake I've made, so I thought I'd check here first before making a bug report: Describe the bug Environment Details (please complete the following information):
To Reproduce
Task Logs Starting Backup
Backup Failed: No tables to backup
Backup Failed with errorsContainer logs jellystat |
jellystat | > jfstat@1.1.7 start
jellystat | > cd backend && node server.js
jellystat |
jellystat | env.js file has been saved successfully.
jellystat | [JELLYSTAT] Database exists. Skipping creation
jellystat | FS-related option specified for migration configuration. This resets migrationSource to default FsMigrations
jellystat | FS-related option specified for migration configuration. This resets migrationSource to default FsMigrations
jellystat | [JELLYSTAT] Server listening on http://0.0.0.0:3000
jellystat | Task Manager Singleton created
jellystat | Task Scheduler Singleton created
jellystat | [Worker Log]: Running Scheduled Backup
jellystat | [Worker Log]: Scheduled Backup Complete
jellystat | Backup completed successfullyAdditional context I've checked out similar errors here: #393 But the error seen there is different than the one I'm seeing, which seems bizarre since the database definitely exist and definitely has tables that Jellystat is writing to. Is there something I've misconfigured? I'm reluctant to wipe my database container and start over without a backup for obvious reasons. Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've solved the issue, I think. It had to do with the fact I removed the Playback Reporting plugin from Jellyfin, and the option to backup that data is enabled by default in the backup settings. Disabling that option, or reinstalling the plugin and importing the data to create the appropriate tables, seems to fix this. There should probably be a better way of handling not having that plugin installed, but at least there's a solution. |
Beta Was this translation helpful? Give feedback.
I've solved the issue, I think. It had to do with the fact I removed the Playback Reporting plugin from Jellyfin, and the option to backup that data is enabled by default in the backup settings. Disabling that option, or reinstalling the plugin and importing the data to create the appropriate tables, seems to fix this. There should probably be a better way of handling not having that plugin installed, but at least there's a solution.