Filament Backup not working
I followed the guide on github but still Backup doesnt work. When I create backups I cant download them nor see them in the table. Any idea what could be the issue? (Production using ubuntu)
8 Replies
Anyone please?
looks like you don't have the pdo_sqlite extension installed on your production server
I do!
well something is wrong on your server, PHP can't load the extension, according to your error.
I had the extensions enabled. BUt even by disabling them I still dont see the backup on the table. This is leading be to believe that there could be an issue with the v3 version of the plugin
That's entirely possible, but I'd start with
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_sqlite'
Will have a look. Thanks!
Ok so apparently there was an issue with the permissions. I saw that the files were being stored locally so I didnt think much of it. I gave it permissions again and now it works