You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add native database import and export functionality to Vito's database panel, so users can manage SQL backups without installing phpMyAdmin or other third-party tools.
The feature should support large database files without artificial upload or request-size limitations, using server-side processes such as mysqldump and mysql instead of processing the entire file through PHP/browser.
This would make database migration, backup, and restore much simpler while keeping everything within Vito.
In my opinion, this is different because the Backups feature requires the Storage Provider function, whereas the feature I’m proposing can use an .sql file for importing (if the user doesn’t want to set up a storage provider). This also applies to exporting, so this function bypasses the Storage Provider feature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Add native database import and export functionality to Vito's database panel, so users can manage SQL backups without installing phpMyAdmin or other third-party tools.
The feature should support large database files without artificial upload or request-size limitations, using server-side processes such as mysqldump and mysql instead of processing the entire file through PHP/browser.
This would make database migration, backup, and restore much simpler while keeping everything within Vito.
All reactions