Hey community!
I'm trying to create BackBlade as a secondary option - Chevereto is throwing this error when trying to add the external storage:
Running this SQL query fixed it:
Unsolved question:
How can I keep both my VPS Storage and my Backblaze B2 Cloud Storage synced? Is this a good idea (in case one gets suspended again)? Do I just add both as external storage make them both "Active" and they will both get the uploads? How's it work if multiple storage is set as Active?
I'm trying to create BackBlade as a secondary option - Chevereto is throwing this error when trying to add the external storage:
Code:
SQLSTATE[HY000]: General error: 1364 Field 'storage_id' doesn't have a default value (HY000)
Running this SQL query fixed it:
Code:
ALTER TABLE storages MODIFY storage_id BIGINT(32) NOT NULL AUTO_INCREMENT;
Unsolved question:
How can I keep both my VPS Storage and my Backblaze B2 Cloud Storage synced? Is this a good idea (in case one gets suspended again)? Do I just add both as external storage make them both "Active" and they will both get the uploads? How's it work if multiple storage is set as Active?
Last edited: